diff options
author | chriseth <c@ethdev.com> | 2016-08-12 21:12:54 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-08-12 21:12:54 +0800 |
commit | d4799399494e0a25c0dbac1a4262fe7b2d65b46f (patch) | |
tree | faee3cbaafcbeb7586539dd9ec925916cb2db692 /appveyor.yml | |
parent | 61e94940bc6dd916408a73b0510a81ac2c75c932 (diff) | |
download | dexon-solidity-d4799399494e0a25c0dbac1a4262fe7b2d65b46f.tar.gz dexon-solidity-d4799399494e0a25c0dbac1a4262fe7b2d65b46f.tar.zst dexon-solidity-d4799399494e0a25c0dbac1a4262fe7b2d65b46f.zip |
Move custom test options to after --
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 428a7a68..a5a8d67c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -51,7 +51,7 @@ build_script: # - cd %APPVEYOR_BUILD_FOLDER%\build\test\%CONFIGURATION% # - copy "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\redist\x86\Microsoft.VC140.CRT\msvc*.dll" . # - start eth.exe --test -d %TMP%\eth_for_soltest -# - soltest.exe --ipc %TMP%\eth_for_soltest\geth.ipc +# - soltest.exe -- --ipc %TMP%\eth_for_soltest\geth.ipc # - pkill eth artifacts: |