mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move custom test options to after --
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ $ETH_PATH --test -d /tmp/test &
|
||||
while [ ! -S /tmp/test/geth.ipc ]; do sleep 2; done
|
||||
|
||||
# And then run the Solidity unit-tests, pointing to that IPC endpoint.
|
||||
"$REPO_ROOT"/build/test/soltest --ipc /tmp/test/geth.ipc
|
||||
"$REPO_ROOT"/build/test/soltest -- --ipc /tmp/test/geth.ipc
|
||||
ERROR_CODE=$?
|
||||
pkill eth || true
|
||||
sleep 4
|
||||
|
||||
Reference in New Issue
Block a user