fix admin control && update proxy test framework
This commit is contained in:
19
truffle-test.sh
Normal file
19
truffle-test.sh
Normal file
@@ -0,0 +1,19 @@
|
||||
#!/bin/bash
|
||||
truffle compile --all
|
||||
|
||||
if [ "$1"x = "proxy-dpp"x ]
|
||||
then
|
||||
truffle test ./test/Proxy/proxy.dpp.test.ts
|
||||
fi
|
||||
|
||||
if [ "$1"x = "proxy-dvm"x ]
|
||||
then
|
||||
truffle test ./test/Proxy/proxy.dvm.test.ts
|
||||
fi
|
||||
|
||||
if [ "$1"x = "route"x ]
|
||||
then
|
||||
truffle test ./test/Route/route.test.ts
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user