From 02be5ae19e7d59606f516219bbe19d1c7b10271e Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sun, 19 May 2019 18:58:02 +0000 Subject: [PATCH] tests/results/8: updated cht.sh --- tests/results/8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/results/8 b/tests/results/8 index 8467a2a..f0a01ae 100644 --- a/tests/results/8 +++ b/tests/results/8 @@ -212,7 +212,7 @@ EOF else printf "\033[0;31m%s\033[0m\n" "FAILED" echo "Some tests were failed. Run the tests manually for further investigation:" - echo " cd $PWD; bash tests/run-tests.sh)" + echo " cd $PWD; bash run-tests.sh)" fi )