Skip to content

Commit

Permalink
Enabled dobby logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-hobgarski-red committed Feb 23, 2024
1 parent 001a14f commit 15e7e6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/L2_testing/test_runner/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 15e7e6f

Please sign in to comment.