]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - support/testing/tests/fs/test_squashfs.py
support/testing: standardize defconfig fragments style
[coffee/buildroot.git] / support / testing / tests / fs / test_squashfs.py
index b205b6a55ac2e37b3bc4fd211e56c2791c3e6adc..9fad28f83423c4f5b0dce2449d3d7a4ac7d1beaa 100644 (file)
@@ -5,12 +5,12 @@ import infra.basetest
 
 class TestSquashfs(infra.basetest.BRTest):
     config = infra.basetest.BASIC_TOOLCHAIN_CONFIG + \
-"""
-BR2_TARGET_ROOTFS_SQUASHFS=y
-# BR2_TARGET_ROOTFS_SQUASHFS4_GZIP is not set
-BR2_TARGET_ROOTFS_SQUASHFS4_LZ4=y
-# BR2_TARGET_ROOTFS_TAR is not set
-"""
+        """
+        BR2_TARGET_ROOTFS_SQUASHFS=y
+        # BR2_TARGET_ROOTFS_SQUASHFS4_GZIP is not set
+        BR2_TARGET_ROOTFS_SQUASHFS4_LZ4=y
+        # BR2_TARGET_ROOTFS_TAR is not set
+        """
 
     def test_run(self):
         unsquashfs_cmd = ["host/bin/unsquashfs", "-s", "images/rootfs.squashfs"]