Updated run_tests syntax error for '=' operator
parent
42789d4aae
commit
3330348b11
|
@ -66,9 +66,9 @@ for platform in ${TEST_PLATFORMS//;/ }; do
|
|||
echo ""
|
||||
|
||||
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 \
|
||||
|
|
Loading…
Reference in New Issue