diff options
| author | Yann E. MORIN <yann.morin.1998@free.fr> | 2017-07-14 17:32:53 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-14 19:37:14 +0200 |
| commit | 3268968cccb5caa91849089a5ad3d15bbec59580 (patch) | |
| tree | d7f286d4ab3ffa744769518bfa63bee9649fb5ce /support/testing/tests | |
| parent | 544ac6bca09edabb587db42ccb3ae51df58a3a56 (diff) | |
| download | buildroot-3268968cccb5caa91849089a5ad3d15bbec59580.tar.gz buildroot-3268968cccb5caa91849089a5ad3d15bbec59580.zip | |
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>
Diffstat (limited to 'support/testing/tests')
| -rw-r--r-- | support/testing/tests/fs/test_ext.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |

