Skip to content

Commit

Permalink
add extra arguments to test command for development testing
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Jun 30, 2017
1 parent 59e9609 commit 0791e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0791e66

Please sign in to comment.