[PATCH 2/2] testsuite: also test xz compression
From: Lucas De Marchi <hidden>
Date: 2021-01-30 09:32:23
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Lucas De Marchi <hidden>
Date: 2021-01-30 09:32:23
Subsystem:
the rest · Maintainer:
Linus Torvalds
--- testsuite/populate-modules.sh | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/testsuite/populate-modules.sh b/testsuite/populate-modules.sh
index ae43884..099f026 100755
--- a/testsuite/populate-modules.sh
+++ b/testsuite/populate-modules.sh@@ -72,6 +72,9 @@ map=( gzip_array=( "test-depmod/modules-order-compressed/lib/modules/4.4.4/kernel/drivers/block/cciss.ko" + ) + +xz_array=( "test-depmod/modules-order-compressed/lib/modules/4.4.4/kernel/drivers/scsi/scsi_mod.ko" )
@@ -112,6 +115,12 @@ if feature_enabled ZLIB; then done fi +if feature_enabled XZ; then + for m in "${xz_array[@]}"; do + xz "$ROOTFS/$m" + done +fi + if feature_enabled ZSTD; then for m in "${zstd_array[@]}"; do zstd --rm $ROOTFS/$m
--
2.30.0