aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ctrl_test_runner.py
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-12-05 15:10:30 +0100
committerHarald Welte <laforge@gnumonks.org>2018-12-05 19:35:11 +0000
commite3033b3f484f53cb2ddf042dd09bfc9179dd17b3 (patch)
tree5b1472f20ebc3e83dcec42eaac33f8956413fb56 /tests/ctrl_test_runner.py
parent425bb8ea835b14bc170fc2a4a0d54fbe3c99dc7e (diff)
python tests: use py shebang instead of $(PYTHON)
I'm going to make the external tests manually launchable. For that I first had an error message if $(PYTHON) was empty. But Pau says I should just use shebang instead and ignore the autoconf python stuff, since that often fails anyway. Change-Id: Ie35dd78c42577109a6a3143221a9769e47d361a5
Diffstat (limited to 'tests/ctrl_test_runner.py')
-rwxr-xr-x[-rw-r--r--]tests/ctrl_test_runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ctrl_test_runner.py b/tests/ctrl_test_runner.py
index 05d3e303d..f652a6729 100644..100755
--- a/tests/ctrl_test_runner.py
+++ b/tests/ctrl_test_runner.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# (C) 2013 by Jacob Erlbeck <jerlbeck@sysmocom.de>
# (C) 2014 by Holger Hans Peter Freyther