From b6ab2c193b1070725eb95586980d60551af64f5a Mon Sep 17 00:00:00 2001 From: Nick Maltbie Date: Mon, 18 Apr 2022 21:30:09 -0400 Subject: [PATCH] Updated run_tests to remove incorrect ';' --- dist/steps/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/steps/run_tests.sh b/dist/steps/run_tests.sh index 204f5cb..f7c3a9b 100755 --- a/dist/steps/run_tests.sh +++ b/dist/steps/run_tests.sh @@ -67,7 +67,7 @@ for $platform in "${test_platforms[@]}"; do echo "###########################" echo "" - if [ $platform -ne "COMBINE_RESULTS" ]; then; + if [ $platform -ne "COMBINE_RESULTS" ]; then $runTests = "-runTests -testPlatform $platform -testResults $FULL_ARTIFACTS_PATH/$platform-results.xml" else $runTests = "-quit"