Fixing bug in appveyor.yml

This commit is contained in:
Michael Tryby
2019-03-26 15:18:54 -04:00
parent 1a01b46187
commit 44bea587c0

View File

@@ -82,8 +82,7 @@ test_script:
- ctest -C %BUILD_CONFIG% --output-on-failure - ctest -C %BUILD_CONFIG% --output-on-failure
# run regression tests # run regression tests
- IF "%BUILD_CONFIG%" == "Release" ( - IF "%BUILD_CONFIG%" == "Release" (
cd %EPANET_HOME% cd %EPANET_HOME% & tools\run-nrtest.cmd %REF_BUILD_ID% %SUT_BUILD_ID%
tools\run-nrtest.cmd %REF_BUILD_ID% %SUT_BUILD_ID%
) )
on_success: on_success:
- cd %TEST_HOME%\benchmark - cd %TEST_HOME%\benchmark