This is an automated email from the ASF dual-hosted git repository. jdanek pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
commit 8ca8f46519bd25ab6ab6f45549ca47013ef268b4 Author: Kenneth Giusti <[email protected]> AuthorDate: Tue Mar 15 12:42:35 2022 -0400 DISPATCH-1689: fix typo in log index key --- tests/system_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system_test.py b/tests/system_test.py index a77c1b1f..8bf3dd0e 100755 --- a/tests/system_test.py +++ b/tests/system_test.py @@ -443,7 +443,7 @@ class Qdrouterd(Process): ('log', {'module': 'DEFAULT', 'enable': 'trace+', 'includeSource': 'true', 'outputFile': self.logfile})) else: - self.logfile = default_log[0][1].get('outputfile') + self.logfile = default_log[0][1].get('outputFile') args = ['qdrouterd', '-c', config.write(name)] + cl_args env_home = os.environ.get('QPID_DISPATCH_HOME') if pyinclude: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
