launch_and_test.sh fixed v3
This commit is contained in:
parent
0455894721
commit
a9a89a9ecf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue