[Reproducible-commits] [misc] 01/01: test failure grepper
Chris West
faux-guest at moszumanska.debian.org
Tue Jun 30 20:24:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
faux-guest pushed a commit to branch master
in repository misc.
commit f5a73c3b110158c20c1096983bd185756af91b17
Author: Chris West (Faux) <git at goeswhere.com>
Date: Tue Jun 30 21:24:26 2015 +0100
test failure grepper
---
grep-test-failures.sh | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/grep-test-failures.sh b/grep-test-failures.sh
new file mode 100755
index 0000000..281daf2
--- /dev/null
+++ b/grep-test-failures.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+(
+ cd rbuilds
+ grep -l 't/.*Failed: [^0])' *
+ grep -l 'ERROR: Test "ruby..." failed. Exiting.' *
+ fgrep 'FAILED (errors=' *
+ fgrep -l "recipe for target 'check' failed" *
+) | cut -d_ -f1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git
More information about the Reproducible-commits
mailing list