diff options
author | chriseth <chris@ethereum.org> | 2016-08-12 22:53:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-12 22:53:02 +0800 |
commit | 230c531705ff656dac9fca3f4c72f30363c09ca6 (patch) | |
tree | 5a894f2c2a7c8b3d1621024dce6c523621e72622 /appveyor.yml | |
parent | c5203344a007c25d50cdf66ee23cb5fbdf74dae0 (diff) | |
parent | d4799399494e0a25c0dbac1a4262fe7b2d65b46f (diff) | |
download | dexon-solidity-230c531705ff656dac9fca3f4c72f30363c09ca6.tar.gz dexon-solidity-230c531705ff656dac9fca3f4c72f30363c09ca6.tar.zst dexon-solidity-230c531705ff656dac9fca3f4c72f30363c09ca6.zip |
Merge pull request #837 from chriseth/testsuitecleanup
Cleanup of test runner.
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 82751373..e990cff8 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: |