From 3330348b11011f0e9b2f21e83707575c20f3fa2c Mon Sep 17 00:00:00 2001 From: Nick Maltbie Date: Mon, 18 Apr 2022 22:31:27 -0400 Subject: [PATCH] Updated run_tests syntax error for '=' operator --- dist/steps/run_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/steps/run_tests.sh b/dist/steps/run_tests.sh index 5654752..18b47bd 100755 --- a/dist/steps/run_tests.sh +++ b/dist/steps/run_tests.sh @@ -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 \