launch_and_test.sh fixed v3

This commit is contained in:
Ivan Nikolaev-Axenov 2025-05-06 15:54:13 +03:00
parent 0455894721
commit a9a89a9ecf

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