launch_and_test.sh fixed v4
This commit is contained in:
parent
a9a89a9ecf
commit
37c9ac93f7
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ else
|
||||||
echo "CLR_TEST_NAME is not set. Skipping log copy."
|
echo "CLR_TEST_NAME is not set. Skipping log copy."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$TESTER_EXIT_CODE" -eq 0 ]]
|
if [ "$TESTER_EXIT_CODE" -eq "0" ]
|
||||||
then
|
then
|
||||||
echo "Tests passed successfully"
|
echo "Tests passed successfully"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue