]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
support/testing: standardize defconfig fragments style
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Thu, 5 Oct 2017 21:42:08 +0000 (18:42 -0300)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Fri, 6 Oct 2017 16:56:06 +0000 (18:56 +0200)
commit2927f412be6fd52961a2cd9aaed203d57609eef9
tree4ff3318bea2484a6850854aaa48a62c40bf69b0a
parent4a1d220d9eeebd8394a190c4d82a00139c4baa51
support/testing: standardize defconfig fragments style

Change all defconfig fragments to take advantage of
"cf3cd4388a support/tests: allow properly indented config fragment".

Make each defconfig fragment:
 - start after a backslash;
 - be declared as a multi-line string literal;
 - be indented one level more than the variable that contains it.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
14 files changed:
support/testing/infra/basetest.py
support/testing/tests/core/test_post_scripts.py
support/testing/tests/core/test_rootfs_overlay.py
support/testing/tests/core/test_timezone.py
support/testing/tests/fs/test_ext.py
support/testing/tests/fs/test_iso9660.py
support/testing/tests/fs/test_jffs2.py
support/testing/tests/fs/test_squashfs.py
support/testing/tests/fs/test_ubi.py
support/testing/tests/fs/test_yaffs2.py
support/testing/tests/package/test_dropbear.py
support/testing/tests/package/test_ipython.py
support/testing/tests/package/test_python.py
support/testing/tests/toolchain/test_external.py