Updated run_tests to remove incorrect ';'
parent
e12c9e370d
commit
b6ab2c193b
|
@ -67,7 +67,7 @@ for $platform in "${test_platforms[@]}"; do
|
||||||
echo "###########################"
|
echo "###########################"
|
||||||
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"
|
$runTests = "-runTests -testPlatform $platform -testResults $FULL_ARTIFACTS_PATH/$platform-results.xml"
|
||||||
else
|
else
|
||||||
$runTests = "-quit"
|
$runTests = "-quit"
|
||||||
|
|
Loading…
Reference in New Issue