Rename output file templates to match TEST.out*

Rename the expected output files so that they match "$TEST_NAME.out*";
this makes the file names a bit more consistent.

Add $TEST_NAME.out and similar symlinks to .gitignore.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
Andreas Gruenbacher
2016-03-23 17:39:11 +11:00
committed by Dave Chinner
parent 848f580287
commit 8bad7c4bc1
4 changed files with 21 additions and 2 deletions
+19
View File
@@ -199,3 +199,22 @@
/dmapi/src/suite2/src/test_invis
/dmapi/src/suite2/src/test_region
/dmapi/src/suite2/src/test_rights
# Symlinked files
/tests/generic/088.out
/tests/generic/097.out
/tests/xfs/018.op
/tests/xfs/022.out
/tests/xfs/023.out
/tests/xfs/030.out
/tests/xfs/031.out
/tests/xfs/033.out
/tests/xfs/035.out
/tests/xfs/036.out
/tests/xfs/039.out
/tests/xfs/043.out
/tests/xfs/055.out
/tests/xfs/071.out
/tests/xfs/082.op
/tests/xfs/096.out
/tests/xfs/146.out
+2 -2
View File
@@ -109,9 +109,9 @@ _require_v2log
# choose .out file based on internal/external log
rm -f $seqfull.out
if [ "$USE_EXTERNAL" = yes ]; then
ln -s $seq.external $seqfull.out
ln -s $seq.out.external $seqfull.out
else
ln -s $seq.internal $seqfull.out
ln -s $seq.out.internal $seqfull.out
fi
# maximum log record size