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:14:26 +0000
commit6d6a9247186432214de507e46a284cd4ebc12932 (patch)
tree77eadbedb61c2b2a21510aabe32f6f7c141177ca /scripts
parent1e0cf2db7cb46be35b33bd1c01e3ec8fbbb58f17 (diff)
downloadpoky-6d6a9247186432214de507e46a284cd4ebc12932.tar.gz
patchtest: Fix grammar in log output
(From OE-Core rev: ded6eb17dc423988cc975d72c36fe9ba6f28eab8) 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):
162 162
163 print('----------------------------------------------------------------------\n') 163 print('----------------------------------------------------------------------\n')
164 if premerge_result == 2 and postmerge_result == 2: 164 if premerge_result == 2 and postmerge_result == 2:
165 logger.error('patchtest: Not any test cases found - did you specify the correct suite directory?') 165 logger.error('patchtest: No test cases found - did you specify the correct suite directory?')
166 if premerge_result == 1 or postmerge_result == 1: 166 if premerge_result == 1 or postmerge_result == 1:
167 logger.error('patchtest: At least one patchtest caused a failure or an error - please check') 167 logger.error('patchtest: At least one patchtest caused a failure or an error - please check')
168 else: 168 else: