diff mbox series

[3/3] test-appliance: skip overlayfs tests from base fs exclude list

Message ID 20230625135033.3205742-4-amir73il@gmail.com (mailing list archive)
State New, archived
Headers show
Series fstests-bld overlayfs updates | expand

Commit Message

Amir Goldstein June 25, 2023, 1:50 p.m. UTC
when running overlayfs test with syntax "-c ext4:overlay/small"
skip tests that are listed in the base fs exclude list (ext4/exclude).

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
---
 test-appliance/files/root/runtests.sh | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/test-appliance/files/root/runtests.sh b/test-appliance/files/root/runtests.sh
index c4ddb73..4052481 100755
--- a/test-appliance/files/root/runtests.sh
+++ b/test-appliance/files/root/runtests.sh
@@ -544,6 +544,7 @@  do
 	    files=()
 	    for i in "/root/fs/global_exclude" \
 			"/root/fs/$FS/exclude" \
+			"/root/fs/$BASE_FSTYPE/exclude" \
 			"/root/fs/$FS/cfg/$TC.exclude" \
 			"/root/fs/exclude.$XFSTESTS_FLAVOR" ; do
 		test -f "$i" && files+=("$i")