launch_and_test.sh fixed v2

This commit is contained in:
Ivan Nikolaev-Axenov 2025-05-06 14:18:21 +03:00
parent ab7d595288
commit 0455894721

View file

@ -16,7 +16,7 @@ sleep 30
echo Run clearing-tester
sh ./clearing_testing_utils/clearing-tester/clearing-tester.sh
testerExitCode = $?
TESTER_EXIT_CODE = $?
if [ -n "$CLR_TEST_NAME" ]
then
@ -128,7 +128,7 @@ else
echo "CLR_TEST_NAME is not set. Skipping log copy."
fi
if [ testerExitCode -eq 0 ]
if [ "$TESTER_EXIT_CODE" -eq 0 ]
then
echo "Tests passed successfully"
exit 0