aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-08-12 21:12:54 +0800
committerchriseth <c@ethdev.com>2016-08-12 21:12:54 +0800
commitd4799399494e0a25c0dbac1a4262fe7b2d65b46f (patch)
treefaee3cbaafcbeb7586539dd9ec925916cb2db692 /scripts
parent61e94940bc6dd916408a73b0510a81ac2c75c932 (diff)
downloaddexon-solidity-d4799399494e0a25c0dbac1a4262fe7b2d65b46f.tar
dexon-solidity-d4799399494e0a25c0dbac1a4262fe7b2d65b46f.tar.gz
dexon-solidity-d4799399494e0a25c0dbac1a4262fe7b2d65b46f.tar.bz2
dexon-solidity-d4799399494e0a25c0dbac1a4262fe7b2d65b46f.tar.lz
dexon-solidity-d4799399494e0a25c0dbac1a4262fe7b2d65b46f.tar.xz
dexon-solidity-d4799399494e0a25c0dbac1a4262fe7b2d65b46f.tar.zst
dexon-solidity-d4799399494e0a25c0dbac1a4262fe7b2d65b46f.zip
Move custom test options to after --
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tests.sh b/scripts/tests.sh
index 5c482d3d..f3bcf65f 100755
--- a/scripts/tests.sh
+++ b/scripts/tests.sh
@@ -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