summaryrefslogtreecommitdiff
path: root/test/performtest.pl
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-10-06 18:27:30 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-10-06 18:28:42 -0700
commit733cbb3197022811cff2da03f6ebba0a94c3423d (patch)
tree5c08366a83ad8c63b410db07bfa377c3c47980c9 /test/performtest.pl
parent04c6052670bcfc299b1b47f4b6b01a73b909921f (diff)
downloadnasm-733cbb3197022811cff2da03f6ebba0a94c3423d.tar.gz
test: change .stdout/.stderr to stdout/stderr
Using hidden files are rather antisocial, and rather pointless in this particular context. Change .stdout and .stderr to simply stdout and stderr. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'test/performtest.pl')
-rwxr-xr-xtest/performtest.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/performtest.pl b/test/performtest.pl
index 78e22f6e..f9b7bb2c 100755
--- a/test/performtest.pl
+++ b/test/performtest.pl
@@ -18,7 +18,7 @@ use File::Path qw(mkpath rmtree);
#Process one testfile
sub perform {
my ($clean, $diff, $golden, $nasm, $quiet, $testpath) = @_;
- my ($stdoutfile, $stderrfile) = (".stdout", ".stderr");
+ my ($stdoutfile, $stderrfile) = ("stdout", "stderr");
my ($testname, $ignoredpath, $ignoredsuffix) = fileparse($testpath, ".asm");
debugprint $testname;
@@ -156,7 +156,7 @@ with "golden" output files.
Options:
--clean Clean up test results (or golden files with --golden)
- --diff Execute diff when .stdout or .stderr don't match
+ --diff Execute diff when stdout or stderr don't match
--golden Create golden files
--help Get this help
--nasm=file Specify the file name for the NASM executable, e.g. ../nasm
@@ -178,7 +178,7 @@ with "golden" output files.
an output file specifier (-o) etc.
The output files should be a space seperated list of files that will
be checked for regressions. This should often be the output file
- and the special files .stdout and .stderr.
+ and the special files stdout and stderr.
Any mismatch could be a regression,
but it doesn't have to be. COFF files have a timestamp which