add extra arguments to test command for development testing
This commit is contained in:
@ -19,7 +19,7 @@ if [ ! $trpc_running ]; then
|
|||||||
> /dev/null &
|
> /dev/null &
|
||||||
trpc_pid=$!
|
trpc_pid=$!
|
||||||
fi
|
fi
|
||||||
./node_modules/truffle/cli.js test
|
./node_modules/truffle/cli.js test "$@"
|
||||||
if [ ! $trpc_running ]; then
|
if [ ! $trpc_running ]; then
|
||||||
kill -9 $trpc_pid
|
kill -9 $trpc_pid
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user