From ed3f281b9e9983f381c1c72b029e525e220e68eb Mon Sep 17 00:00:00 2001 From: mrdudz Date: Mon, 27 Jul 2020 14:40:27 +0200 Subject: [PATCH] fix wording --- test/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/readme.txt b/test/readme.txt index 21b13fc62..a8746ba60 100644 --- a/test/readme.txt +++ b/test/readme.txt @@ -26,7 +26,7 @@ compiler. do NOT return an exit code are collected here. The makefile _expects_ those tests to fail, so when an issue is fixed it will break the CI. When this happens, the PR fixing the issue should also "invert" the - failing condition in the makefile by removing the $(NOT) before the + failing condition in the makefile by adding a $(NOT) before the offending line (or removing it when it is already there), which will make the CI pass again. The test should then be moved elsewhere later, which will require additional changes to the makefile(s).