Commit 0791e663 by Francisco Giordano

add extra arguments to test command for development testing

parent 59e96099
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment