Repository: qpid-dispatch Updated Branches: refs/heads/master 645d87e45 -> e9d09419c
DISPATCH-940: From Fernanod Giorgetti This closes #266 Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/e9d09419 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/e9d09419 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/e9d09419 Branch: refs/heads/master Commit: e9d09419cb6d9fe3e056f316a3d0cc1a46981064 Parents: 645d87e Author: Chuck Rolke <[email protected]> Authored: Fri Mar 23 17:32:59 2018 -0400 Committer: Chuck Rolke <[email protected]> Committed: Fri Mar 23 17:32:59 2018 -0400 ---------------------------------------------------------------------- tests/system_tests_cmdline_parsing.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/e9d09419/tests/system_tests_cmdline_parsing.py ---------------------------------------------------------------------- diff --git a/tests/system_tests_cmdline_parsing.py b/tests/system_tests_cmdline_parsing.py index eca8e0c..149c999 100644 --- a/tests/system_tests_cmdline_parsing.py +++ b/tests/system_tests_cmdline_parsing.py @@ -51,8 +51,7 @@ class CommandLineTest(TestCase): ('log',{'module':'DEFAULT', 'enable':'trace+', 'source': 'true', 'output': os.getcwd()+"/"+CommandLineTest.name+'.log'}) ]) - def run_qdrouterd_as_daemon(self, config_file_name, - pid_file_name): + def run_qdrouterd_as_daemon(self, config_file_name, pid_file_name): """ Runs qdrouterd as a daemon, using the provided config_file_name in order to ensure router is able to load it, be it using a --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
