Skip to content

Commit 5604476

Browse files
committed
tests: remove unused bash vars
1 parent 0f615ac commit 5604476

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ evm_running() {
1414
evm_start() {
1515
echo "Starting our own evm instance at port $TESTRPC_PORT"
1616
npx ganache-cli -m "$MNEMONIC" -i 1337 --gasLimit 8000000 --port "$TESTRPC_PORT" > /dev/null &
17-
evm_pid=$!
1817
}
1918

2019
evm_kill() {
@@ -44,11 +43,9 @@ mkdir -p reports
4443
if [ "$RUN_EVM" = true ]; then
4544
# Run using the standalone evm instance
4645
npx hardhat test --network ganache
47-
result=$?
4846
else
4947
# Run using the default evm
5048
npx hardhat test "$@"
51-
result=$?
5249
fi
5350

5451
### Cleanup

0 commit comments

Comments
 (0)