diff mbox

Patched up cthon source?

Message ID 4D3DFE40.1070605@panasas.com (mailing list archive)
State RFC, archived
Headers show

Commit Message

Benny Halevy Jan. 24, 2011, 10:33 p.m. UTC
None
diff mbox

Patch

diff --git a/general/runtests.wrk b/general/runtests.wrk
index f3a5a4e..8247e2f 100644
--- a/general/runtests.wrk
+++ b/general/runtests.wrk
@@ -89,6 +89,8 @@  $TIME nroff < nroff.tbl > nroff.out 2>> nroff.time || cat nroff.time
 $TIME nroff < nroff.tbl > nroff.out 2>> nroff.time || cat nroff.time
 rm nroff.out nroff.tbl
 set -e
+egrep -v '^warning:.*$' <nroff.time >nroff.new
+mv -f nroff.new nroff.time
 ./stat nroff.time
 set +e