From baaa032a75c5b9b2942fb1ea46e25a425444f580 Mon Sep 17 00:00:00 2001 From: Boris Kostenko Date: Mon, 23 Oct 2017 23:02:42 +0300 Subject: No bytecodecompare if tests failed (issue #2300) Fix PR #3113 --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index c4584228..f9578c43 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 } -- cgit v1.2.3