Fixed runTests variable assignment
parent
3330348b11
commit
20266aa542
|
@ -65,10 +65,11 @@ for platform in ${TEST_PLATFORMS//;/ }; do
|
||||||
echo "###########################"
|
echo "###########################"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
runTests=""
|
||||||
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 \
|
||||||
|
|
Loading…
Reference in New Issue