summaryrefslogtreecommitdiff
path: root/tests/reltest
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-05-01 01:26:39 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-05-01 01:28:44 +0200
commit4d0d74dc0a10e63e1372f925d0d2493cba351aa1 (patch)
treeb6d37bdc63592445aefaadbeae11dfde5150e6fb /tests/reltest
parentcb75f3c7dea76b7ba0d886f28c83340884d40dfb (diff)
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").
Diffstat (limited to 'tests/reltest')
-rwxr-xr-xtests/reltest4
1 files changed, 2 insertions, 2 deletions
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 <<END
+ $py Kconfiglib/examples/menuconfig_example.py Kconfiglib/examples/Kmenuconfig <<END
BOOL
n
END
if (($?)); then
- echo "menuconfig.py failed with $py"
+ echo "menuconfig_example.py failed with $py"
exit 1
fi
done