[project @ 1997-06-20 09:07:57 by sof]
authorsof <unknown>
Fri, 20 Jun 1997 09:07:57 +0000 (09:07 +0000)
committersof <unknown>
Fri, 20 Jun 1997 09:07:57 +0000 (09:07 +0000)
documented -accept-output

glafp-utils/runstdtest/runstdtest.prl

index f66943e..34f7c1d 100644 (file)
 # 
 # (This is supposed to be a "prettier" replacement for runstdtest.)
 #
+#      Flags
+#      ~~~~~
+#      -accept-output  replace output files with the ones actually generated by running
+#                      the program
+#
 ($Pgm = $0) =~ s|.*/||;
 $Verbose = 0;
 $SaveTmpFile = 0;
@@ -213,7 +218,7 @@ $TimeCmd /bin/sh -c \'$ToRun $TimingMagic @PgmArgs < $PgmStdinFile 1> $TmpPrefix
 progexit=\$?
 if [ \$progexit -ne $PgmExitStatus ]; then
     echo $ToRun @PgmArgs \\< $PgmStdinFile
-    echo expected exit status $PgmExitStatus not seen \\; got \$progexit
+    echo "****" expected exit status $PgmExitStatus not seen \\; got \$progexit
     myexit=1
 else
     $PostScriptLines