Fixed runTests variable assignment

pull/182/head
Nick Maltbie 2022-04-18 22:44:39 -04:00
parent 3330348b11
commit 20266aa542
1 changed files with 3 additions and 2 deletions

View File

@ -65,10 +65,11 @@ for platform in ${TEST_PLATFORMS//;/ }; do
echo "###########################"
echo ""
runTests=""
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
$runTests="-quit"
runTests="-quit"
fi
unity-editor \