]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
patchtest: Fix grammar in log output
authorTrevor Gamblin <tgamblin@baylibre.com>
Thu, 15 Feb 2024 20:52:04 +0000 (15:52 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Feb 2024 15:13:16 +0000 (15:13 +0000)
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/patchtest

index 8c9a73e1dbac295ffc93199abd87e5efea072301..d0dc6e8fac5164b1e8743145cf672d0a2fd812b2 100755 (executable)
@@ -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: