]> www.infradead.org Git - users/hch/xfstests-dev.git/commitdiff
Rename output file templates to match TEST.out*
authorAndreas Gruenbacher <agruenba@redhat.com>
Wed, 23 Mar 2016 06:39:11 +0000 (17:39 +1100)
committerDave Chinner <david@fromorbit.com>
Wed, 23 Mar 2016 06:39:11 +0000 (17:39 +1100)
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>
.gitignore
tests/xfs/096
tests/xfs/096.out.external [moved from tests/xfs/096.external with 100% similarity]
tests/xfs/096.out.internal [moved from tests/xfs/096.internal with 100% similarity]

index 28fa2056705fe690511b4e24b07e368e9c0a1de4..f9ea1fa7163a2961cf250abec17c208bf4e75b99 100644 (file)
 /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
index c289c1053629e5f5118c09253e40fa692eadd6c9..f949e83e7de8c8f962aa2934ac216c21f17c3ba6 100755 (executable)
@@ -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