You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jd...@apache.org on 2022/05/16 13:31:41 UTC

[qpid-dispatch] 02/02: DISPATCH-1689: fix typo in log index key

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 <kg...@redhat.com>
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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org