Skip to content
Snippets Groups Projects
Commit 2dd8be59 authored by sof's avatar sof
Browse files

[project @ 1997-06-20 09:07:57 by sof]

documented -accept-output
parent 38db2293
No related merge requests found
......@@ -34,6 +34,11 @@
#
# (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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment