summaryrefslogtreecommitdiff
path: root/tests/reltest
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reltest')
-rwxr-xr-xtests/reltest8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/reltest b/tests/reltest
index f0c0645..2a1d8db 100755
--- a/tests/reltest
+++ b/tests/reltest
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
-# Runs the test suite and all examples scripts with Python 2 and Python 3,
-# bailing immediately if anything fails. For the examples that aren't tested in
-# the test suite, we just confirm that they at least run.
+# Runs the test suite and all examples scripts, bailing immediately if anything
+# fails. For the examples that aren't tested in the test suite, we just confirm
+# that they at least run.
#
# Should be run from the kernel root with $ Kconfiglib/tests/reltest
@@ -21,7 +21,7 @@ test_script() {
}
if [ $# == "0" ]; then
- py_execs="python2 python3"
+ py_execs="python3"
else
py_execs=$@
fi