From 20266aa542cb76fb3bc8c7c0da970d37ad37097f Mon Sep 17 00:00:00 2001 From: Nick Maltbie Date: Mon, 18 Apr 2022 22:44:39 -0400 Subject: [PATCH] Fixed runTests variable assignment --- dist/steps/run_tests.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dist/steps/run_tests.sh b/dist/steps/run_tests.sh index 18b47bd..d28e15b 100755 --- a/dist/steps/run_tests.sh +++ b/dist/steps/run_tests.sh @@ -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 \