mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
committed by
Dave Chinner
parent
848f580287
commit
8bad7c4bc1
+19
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user