Adjustment to regression test criteria - 2

This commit is contained in:
Lew Rossman
2021-04-20 10:13:03 -04:00
parent e58d36c6a1
commit 9e286293ae
2 changed files with 3 additions and 3 deletions

View File

@@ -53,9 +53,9 @@ if exist %TEST_OUTPUT_PATH% (
)
::echo INFO: Creating SUT %SUT_BUILD_ID% artifacts
::set NRTEST_COMMAND=%NRTEST_EXECUTE_CMD% %TEST_APP_PATH% %TESTS% -o %TEST_OUTPUT_PATH%
set NRTEST_COMMAND=%NRTEST_EXECUTE_CMD% %TEST_APP_PATH% %TESTS% -o %TEST_OUTPUT_PATH%
:: if there is an error exit the script with error value 1
::%NRTEST_COMMAND% || exit /B 1
%NRTEST_COMMAND% || exit /B 1
echo.