From 4ddb18e9062899b121f45124e7d140e9809c9279 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Tue, 2 Jul 2019 15:41:55 +0200 Subject: [PATCH] Change commenting in False Positives test --- .dev-tools/test-blocker-false-positives.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dev-tools/test-blocker-false-positives.sh b/.dev-tools/test-blocker-false-positives.sh index e2906166e..38dd0595d 100755 --- a/.dev-tools/test-blocker-false-positives.sh +++ b/.dev-tools/test-blocker-false-positives.sh @@ -172,7 +172,7 @@ do echo "${bold}${red}FAILED (FALSE POSITIVE DETECTED) - ${bold}${red}${mustnotmatch}" exit 1 else - echo "${bold}${green}PASSED (FALSE POSITIVE NOT DETECTED) - ${bold}${red}${mustnotmatch}" + echo "${bold}${green}PASSED (No False Positive) - ${bold}${red}${mustnotmatch}" fi done }