add extra arguments to test command for development testing

This commit is contained in:
Francisco Giordano
2017-06-30 15:52:11 -03:00
parent 59e9609926
commit 0791e6639a

View File

@ -19,7 +19,7 @@ if [ ! $trpc_running ]; then
> /dev/null &
trpc_pid=$!
fi
./node_modules/truffle/cli.js test
./node_modules/truffle/cli.js test "$@"
if [ ! $trpc_running ]; then
kill -9 $trpc_pid
fi