Updated run_tests to remove incorrect ';'

pull/182/head
Nick Maltbie 2022-04-18 21:30:09 -04:00
parent e12c9e370d
commit b6ab2c193b
1 changed files with 1 additions and 1 deletions

View File

@ -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"