[project @ 2001-02-07 16:56:47 by rrt]
authorrrt <unknown>
Wed, 7 Feb 2001 16:56:47 +0000 (16:56 +0000)
committerrrt <unknown>
Wed, 7 Feb 2001 16:56:47 +0000 (16:56 +0000)
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

index d32297b..f53de4f 100644 (file)
@@ -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