No bytecodecompare if tests failed (issue #2300)

Fix PR #3113
This commit is contained in:
Boris Kostenko 2017-10-23 23:02:42 +03:00 committed by GitHub
parent 6f4220ef55
commit baaa032a75

View File

@ -73,6 +73,7 @@ test_script:
- cd %APPVEYOR_BUILD_FOLDER%\build\test\%CONFIGURATION%
- soltest.exe --show-progress -- --no-ipc --no-smt
# Skip bytecode compare if private key is not available
- cd %APPVEYOR_BUILD_FOLDER%
- ps: if ($env:priv_key) {
scripts\bytecodecompare\storebytecode.bat $Env:CONFIGURATION $bytecodedir
}