Skip to content

Commit 7b38314

Browse files
committed
test: don't use nc to check if evm is running
1 parent 08cddfa commit 7b38314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/evm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TESTRPC_PORT=${TESTRPC_PORT:-8545}
44
MAX_RETRIES=120
55

66
evm_running() {
7-
nc -z localhost "$TESTRPC_PORT" > /dev/null
7+
lsof -i:$TESTRPC_PORT -t > /dev/null
88
}
99

1010
evm_ping() {

0 commit comments

Comments
 (0)