aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/ctrl_test_runner.py
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-02-24 19:58:13 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-02-25 17:04:08 +0000
commit577a1256525a2177f6dee10857b245c09d1e9d82 (patch)
treef2ff782af6601609fb1af98ec19d82ee3e1c6ed8 /openbsc/tests/ctrl_test_runner.py
parent8b24e9f2035c36abe1310a3b5bbe212b10fe4d08 (diff)
python tests: remove process 'Launch' message, now at osmoutil
Diffstat (limited to 'openbsc/tests/ctrl_test_runner.py')
-rw-r--r--openbsc/tests/ctrl_test_runner.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/tests/ctrl_test_runner.py b/openbsc/tests/ctrl_test_runner.py
index 9050c09a3..a11548823 100644
--- a/openbsc/tests/ctrl_test_runner.py
+++ b/openbsc/tests/ctrl_test_runner.py
@@ -49,7 +49,6 @@ class TestCtrlBase(unittest.TestCase):
osmo_ctrl_cmd[cfi] = os.path.join(confpath, osmo_ctrl_cmd[cfi])
try:
- print "Launch: %s from %s" % (' '.join(osmo_ctrl_cmd), os.getcwd())
self.proc = osmoutil.popen_devnull(osmo_ctrl_cmd)
except OSError:
print >> sys.stderr, "Current directory: %s" % os.getcwd()