diff mbox series

[1/2] patchtest: Fix grammar in log output

Message ID 20240215205205.3314474-1-tgamblin@baylibre.com
State Accepted, archived
Commit ded6eb17dc423988cc975d72c36fe9ba6f28eab8
Headers show
Series [1/2] patchtest: Fix grammar in log output | expand

Commit Message

Trevor Gamblin Feb. 15, 2024, 8:52 p.m. UTC
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
---
 scripts/patchtest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/scripts/patchtest b/scripts/patchtest
index 8c9a73e1dba..d0dc6e8fac5 100755
--- a/scripts/patchtest
+++ b/scripts/patchtest
@@ -162,7 +162,7 @@  def run(patch, logfile=None):
 
     print('----------------------------------------------------------------------\n')
     if premerge_result == 2 and postmerge_result == 2:
-        logger.error('patchtest: Not any test cases found - did you specify the correct suite directory?')
+        logger.error('patchtest: No test cases found - did you specify the correct suite directory?')
     if premerge_result == 1 or postmerge_result == 1:
         logger.error('patchtest: At least one patchtest caused a failure or an error - please check')
     else: