From: rrt Date: Wed, 7 Feb 2001 16:56:47 +0000 (+0000) Subject: [project @ 2001-02-07 16:56:47 by rrt] X-Git-Tag: Approximately_9120_patches~2710 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=28c9257fffc992f2785beab4b3cca17b5d95a957;p=ghc-hetmet.git [project @ 2001-02-07 16:56:47 by rrt] Comment out evil use of egrep. WARNING: If you have to use egrep, then work out a way of stopping it adding a \n to the end of the output file; otherwise you will mess up the test results again, and I will give you a jolly good SPANKING. --- diff --git a/glafp-utils/runstdtest/runstdtest.prl b/glafp-utils/runstdtest/runstdtest.prl index d32297b..f53de4f 100644 --- a/glafp-utils/runstdtest/runstdtest.prl +++ b/glafp-utils/runstdtest/runstdtest.prl @@ -240,8 +240,8 @@ fi if [ "$Heimdall" = "1" ]; then egrep '^=== HEIMDALL: ' < $TmpPrefix/runtest$$.2 > $HeimdallStats fi -egrep -v '^=== HEIMDALL: ' < $TmpPrefix/runtest$$.2 > $TmpPrefix/runtest$$.2b -mv -f $TmpPrefix/runtest$$.2b $TmpPrefix/runtest$$.2 +# egrep -v '^=== HEIMDALL: ' < $TmpPrefix/runtest$$.2 > $TmpPrefix/runtest$$.2b +# mv -f $TmpPrefix/runtest$$.2b $TmpPrefix/runtest$$.2 hit='NO' for out_file in @PgmStderrFile ; do