From 577a1256525a2177f6dee10857b245c09d1e9d82 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 24 Feb 2017 19:58:13 +0100 Subject: python tests: remove process 'Launch' message, now at osmoutil Change-Id: Id8eb70ddfdc1d0d9f90aa5343a4ea522042c34ee --- openbsc/tests/ctrl_test_runner.py | 1 - 1 file changed, 1 deletion(-) (limited to 'openbsc/tests/ctrl_test_runner.py') 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() -- cgit v1.2.3