Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: tools/valgrind/waterfall.sh

Issue 12096058: tools/valgrind/waterfall.sh: Only fetch the 3 most recent builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/waterfall.sh
===================================================================
--- tools/valgrind/waterfall.sh (revision 179588)
+++ tools/valgrind/waterfall.sh (working copy)
@@ -82,7 +82,9 @@
}
}
END {if (buf) print buf}' | \
- grep "Failed" | \
+ grep "success\|failure" | \
+ head -n 3 | \
+ grep "failure" | \
grep -v "failed compile" | \
sed "s/.*\/builds\///" | sed "s/\".*//")
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698