summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTrevor Gamblin <tgamblin@baylibre.com>2024-02-15 15:52:04 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-16 15:13:16 +0000
commitded6eb17dc423988cc975d72c36fe9ba6f28eab8 (patch)
tree0322a55cbaebc7a335b961c2c49ef2724f77ec2d /scripts
parent9cc6c809c154019afe3bf6e6d617eab640faa4d0 (diff)
downloadopenembedded-core-contrib-ded6eb17dc423988cc975d72c36fe9ba6f28eab8.tar.gz
patchtest: Fix grammar in log output
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/patchtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/patchtest b/scripts/patchtest
index 8c9a73e1db..d0dc6e8fac 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: