From 4d0d74dc0a10e63e1372f925d0d2493cba351aa1 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 1 May 2018 01:26:39 +0200 Subject: Rename examples/menuconfig.py to menuconfig_example.py To avoid confusing it with the new terminal menuconfig implementation. Clean up the README a bit at the same time, removing some stuff that's less essential now (e.g. the menuconfig_example.py "screenshot"). --- tests/reltest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/reltest') diff --git a/tests/reltest b/tests/reltest index dea0137..cd31711 100755 --- a/tests/reltest +++ b/tests/reltest @@ -39,12 +39,12 @@ for py in python2 python3; do test_script Kconfiglib/examples/print_sym_info.py MODULES test_script Kconfiglib/examples/print_tree.py - $py Kconfiglib/examples/menuconfig.py Kconfiglib/examples/Kmenuconfig <