migrate to truffle 3
This commit is contained in:
7
scripts/test.sh
Executable file
7
scripts/test.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
testrpc &
|
||||
trpc_pid=$!
|
||||
node_modules/truffle/cli.js test
|
||||
kill -9 $trpc_pid
|
||||
|
||||
Reference in New Issue
Block a user