Updated run_tests syntax error for '=' operator

pull/182/head
Nick Maltbie 2022-04-18 22:31:27 -04:00
parent 42789d4aae
commit 3330348b11
1 changed files with 2 additions and 2 deletions

View File

@ -66,9 +66,9 @@ 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" $runTests="-runTests -testPlatform $platform -testResults $FULL_ARTIFACTS_PATH/$platform-results.xml"
else else
$runTests = "-quit" $runTests="-quit"
fi fi
unity-editor \ unity-editor \