We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f5db1 commit b529233Copy full SHA for b529233
scripts/test.sh
@@ -49,7 +49,7 @@ start_ganache() {
49
if [ "$SOLIDITY_COVERAGE" = true ]; then
50
npx ganache-cli-coverage --emitFreeLogs true --allowUnlimitedContractSize true --gasLimit 0xfffffffffff --port "$ganache_port" "${accounts[@]}" > /dev/null &
51
else
52
- npx ganache-cli --gasLimit 0xfffffffffff --port "$ganache_port" "${accounts[@]}" > /dev/null &
+ npx ganache-cli --gasLimit 0xfffffffffffff --port "$ganache_port" "${accounts[@]}" > /dev/null &
53
fi
54
55
ganache_pid=$!
0 commit comments