From 28c9257fffc992f2785beab4b3cca17b5d95a957 Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 7 Feb 2001 16:56:47 +0000 Subject: [PATCH] [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. --- glafp-utils/runstdtest/runstdtest.prl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4