From 15e7e6fd1e871422b0a0aac8463c26cdf17e1898 Mon Sep 17 00:00:00 2001 From: Mateusz Hobgarski Date: Fri, 23 Feb 2024 09:45:41 +0000 Subject: [PATCH] Enabled dobby logs --- tests/L2_testing/test_runner/test_utils.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/L2_testing/test_runner/test_utils.py b/tests/L2_testing/test_runner/test_utils.py index 7eff55b5..19e53590 100755 --- a/tests/L2_testing/test_runner/test_utils.py +++ b/tests/L2_testing/test_runner/test_utils.py @@ -72,12 +72,12 @@ def __init__(self): self.subproc = subprocess.Popen(["sudo", "DobbyDaemon", "--nofork", - "--journald", - "--noconsole" + #"--journald", + #"--noconsole" ], universal_newlines=True, - stdout=subprocess.PIPE, - stderr=subprocess.PIPE + #stdout=subprocess.PIPE, + #stderr=subprocess.PIPE ) sleep(1) # give DobbyDaemon time to initialise