From 2a8a94a8411807f8a4a61fb407dd6d5873a8510c Mon Sep 17 00:00:00 2001 From: Andrey Date: Mon, 24 May 2021 08:56:24 -0400 Subject: [PATCH] running tests from tests folder --- misc/jenkins/unit_tests/unit_tests.bat | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/misc/jenkins/unit_tests/unit_tests.bat b/misc/jenkins/unit_tests/unit_tests.bat index 79a4417c12..8b977a315f 100644 --- a/misc/jenkins/unit_tests/unit_tests.bat +++ b/misc/jenkins/unit_tests/unit_tests.bat @@ -31,12 +31,10 @@ if not exist build/rusefi_test.exe exit -1 echo "TIMESTAMP %date% %time% Unit tests build looks good, now executing unit tests" -cd build -call rusefi_test.exe +call build\rusefi_test.exe IF NOT ERRORLEVEL 0 echo ERROR: UNIT TEST FAILED IF NOT ERRORLEVEL 0 EXIT /B 1 -cd .. cd .. echo Back to root folder