From e5fc792fb530674206ac63fc18885a1f8cfc6d17 Mon Sep 17 00:00:00 2001 From: Quake Date: Wed, 28 Feb 2024 13:52:26 +0100 Subject: [PATCH] fix: improve guide message --- dist/platforms/ubuntu/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/platforms/ubuntu/run_tests.sh b/dist/platforms/ubuntu/run_tests.sh index d4ad568..bbf75fd 100755 --- a/dist/platforms/ubuntu/run_tests.sh +++ b/dist/platforms/ubuntu/run_tests.sh @@ -247,5 +247,5 @@ chmod -R a+r "$FULL_ARTIFACTS_PATH" if [ -d "$FULL_COVERAGE_RESULTS_PATH" ]; then chmod -R a+r "$FULL_COVERAGE_RESULTS_PATH" else - echo "Coverage results directory does not exist. If you are expecting coverage results, please make sure the Code Coverage package is installed in your project and that it is set up correctly." + echo "Coverage results directory does not exist. If you are expecting coverage results, please make sure the Code Coverage package is installed in your unity project and that it is set up correctly." fi \ No newline at end of file