public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] gccrust_check_check_step actually grep gcc/testsuite/rust/rust.sum
@ 2023-08-18 15:58 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2023-08-18 15:58 UTC (permalink / raw)
  To: buildbot; +Cc: Arsen Arsenović, Mark Wielaard

The previous commit didn't actually do anything. Now actually grep
the rust.sum file.
---
 builder/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index abead8a..5d3b1f7 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -2329,7 +2329,7 @@ gccrust_check_bootstrap_step = steps.Compile(
 # needed because make check-rust doesn't fail on unexpected failures
 gccrust_check_check_step = steps.ShellCommand(
         workdir='gccrs-build',
-        command="! grep -E '^(FAIL|# of unexpected)'",
+        command="! grep -E '^(FAIL|# of unexpected)' gcc/testsuite/rust/rust.sum",
         name="grep FAIL or unexpected rust.sum",
         haltOnFailure=False, flunkOnFailure=True)
 
-- 
2.41.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-18 15:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-18 15:58 [PATCH] gccrust_check_check_step actually grep gcc/testsuite/rust/rust.sum Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).