From: Yann E. MORIN Date: Fri, 14 Jul 2017 15:32:53 +0000 (+0200) Subject: support/tests: fix ext4 runtime test X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3268968cccb5caa91849089a5ad3d15bbec59580;p=buildroot.git support/tests: fix ext4 runtime test The current test fails because of a legacy option, renamed during the recent ext overhaul. Signed-off-by: "Yann E. MORIN" Cc: Sébastien Szymanski Cc: Samuel Martin Cc: Thomas Petazzoni Cc: Arnout Vandecappelle Signed-off-by: Thomas Petazzoni --- diff --git a/support/testing/tests/fs/test_ext.py b/support/testing/tests/fs/test_ext.py index 34321a3995..0832ba4ce2 100644 --- a/support/testing/tests/fs/test_ext.py +++ b/support/testing/tests/fs/test_ext.py @@ -97,7 +97,7 @@ class TestExt4(infra.basetest.BRTest): """ BR2_TARGET_ROOTFS_EXT2=y BR2_TARGET_ROOTFS_EXT2_4=y -BR2_TARGET_ROOTFS_EXT2_BLOCKS=16384 +BR2_TARGET_ROOTFS_EXT2_SIZE="16384" BR2_TARGET_ROOTFS_EXT2_INODES=3000 BR2_TARGET_ROOTFS_EXT2_RESBLKS=10 # BR2_TARGET_ROOTFS_TAR is not set