From 201d0df1c1b3c0c98afc7a29715c20d63c5d5b11 Mon Sep 17 00:00:00 2001 From: Quake Date: Wed, 28 Feb 2024 13:45:19 +0100 Subject: [PATCH] fix: generalise the dir not existing message more --- 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 2185ac6..d4ad568 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." + 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." fi \ No newline at end of file