launch_and_test.sh fixed v4

This commit is contained in:
Ivan Nikolaev-Axenov 2025-05-06 16:08:04 +03:00
parent a9a89a9ecf
commit 37c9ac93f7

View file

@ -128,7 +128,7 @@ else
echo "CLR_TEST_NAME is not set. Skipping log copy."
fi
if [[ "$TESTER_EXIT_CODE" -eq 0 ]]
if [ "$TESTER_EXIT_CODE" -eq "0" ]
then
echo "Tests passed successfully"
exit 0