Files
openzeppelin-contracts/scripts/test.sh
2017-02-14 17:57:37 -03:00

8 lines
88 B
Bash
Executable File

#! /bin/bash
testrpc &
trpc_pid=$!
node_modules/truffle/cli.js test
kill -9 $trpc_pid