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" <yann.morin.1998@free.fr> Cc: Sébastien Szymanski <sebastien.szymanski@armadeus.com> Cc: Samuel Martin <s.martin49@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
544ac6bca0
commit
3268968ccc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user