tests: clean up per-OS output files

Some tests had separate output files for IRIX and Linux.  Now that the
IRIX ones have been removed, rename the Linux ones and remove the
now-unneeded .cfg files and calls to _link_out_file.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
Eric Biggers
2017-07-20 21:22:05 -07:00
committed by Eryu Guan
parent 2983eebf07
commit 48a473b5da
43 changed files with 3 additions and 68 deletions
-13
View File
@@ -234,19 +234,6 @@
/dmapi/src/suite2/src/test_rights
# Symlinked files
/tests/generic/088.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
-3
View File
@@ -42,9 +42,6 @@ _filter()
_filter_test_dir | sed -e '/----------/d'
}
# link correct .out file
_link_out_file
# real QA test starts here
_supported_fs generic
_supported_os Linux
-1
View File
@@ -1 +0,0 @@
linux: linux
-3
View File
@@ -53,9 +53,6 @@ rm -f $seqres.full $tmp.*
_require_scratch
_require_v2log
# link correct .out file
_link_out_file_named $seqfull.op $(_get_os_name)
echo "*** init FS"
_scratch_unmount >/dev/null 2>&1
-1
View File
@@ -1 +0,0 @@
linux: linux
-3
View File
@@ -38,9 +38,6 @@ trap "rm -rf $tmp.*; exit \$status" 0 1 2 3 15
. ./common/rc
. ./common/dump
# link correct .out file
_link_out_file
# real QA test starts here
_supported_fs xfs
_supported_os Linux
-1
View File
@@ -1 +0,0 @@
linux: linux
-3
View File
@@ -37,9 +37,6 @@ trap "rm -rf $tmp.*; exit \$status" 0 1 2 3 15
. ./common/rc
. ./common/dump
# link correct .out file
_link_out_file
# real QA test starts here
_supported_fs xfs
_supported_os Linux
-1
View File
@@ -1 +0,0 @@
linux: linux
-3
View File
@@ -45,9 +45,6 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common/filter
. ./common/repair
# link correct .out file
_link_out_file
# nuke the superblock, AGI, AGF, AGFL; then try repair the damage
#
_check_ag()
-1
View File
@@ -1 +0,0 @@
linux: linux
-3
View File
@@ -38,9 +38,6 @@ rm -f $seqres.full
. ./common/repair
. ./common/filter
# link correct .out file
_link_out_file
_check_repair()
{
echo "Repairing, round 0" >> $seqres.full
-1
View File
@@ -1 +0,0 @@
linux: linux
+2 -2
View File
@@ -86,9 +86,9 @@ if [ $isize -lt 512 ]; then
fi
# link correct .out file
FEATURES=$(_get_os_name)
FEATURES=
if [ $_fs_has_crcs -eq 1 ]; then
FEATURES=$FEATURES,crc
FEATURES=crc
fi
_link_out_file_named $seqfull.out "$FEATURES"

Some files were not shown because too many files have changed in this diff Show More