Skip to content

Commit 761b2ed

Browse files
committed
define check_included_or_mounted config type for the test image
Not actually used, just suppresses errors Signed-off-by: Zen <[email protected]>
1 parent 32dca74 commit 761b2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ugrd/fs/test_image.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ cryptsetup = "dict" # Same as above
2020
_cryptsetup_root = "str" # Define the root device for cryptsetup
2121
test_image_size = "int" # Define the size of the test image in MiB
2222
test_flag = "str" # Define the success flag used to determine if the test was successful
23-
23+
check_included_or_mounted = "NoDupFlatList" # Only defined to suppress errors about unknown config

0 commit comments

Comments
 (0)