Skip to content

Commit eb824a8

Browse files
authored
Update run_tests.sh
1 parent 2909666 commit eb824a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist/platforms/ubuntu/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ for platform in ${TEST_PLATFORMS//;/ }; do
218218
cat "$FULL_ARTIFACTS_PATH/$platform.log"
219219

220220
if [[ $TEST_EXIT_CODE -eq 0 && "$platform" == "custom" ]]; then
221-
if [[ grep -q "ALL_TESTS_SUCCESSFUL" "$FULL_ARTIFACTS_PATH/$platform.log" && ! grep -q "TEST_FAILURE" "$FULL_ARTIFACTS_PATH/$platform.log" ]]; then
221+
if grep -q "ALL_TESTS_SUCCESSFUL" "$FULL_ARTIFACTS_PATH/$platform.log" && ! grep -q "TEST_FAILURE" "$FULL_ARTIFACTS_PATH/$platform.log"; then
222222
TEST_EXIT_CODE=0
223223
else
224224
TEST_EXIT_CODE=2

0 commit comments

Comments
 (0)