flocore-node/scripts/regtest
2016-04-15 11:20:33 -04:00

9 lines
151 B
Bash
Executable File

#!/bin/bash
set -e
_mocha -R spec regtest/p2p.js
_mocha -R spec regtest/bitcoind.js
_mocha -R spec regtest/cluster.js
_mocha -R spec regtest/node.js