Skip to content

Commit

Permalink
memcr logs to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-hobgarski-red committed Feb 22, 2024
1 parent 61fea10 commit 22e8b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/L2_testing/test_runner/memcr_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ def __init__(self):
self.subproc = subprocess.Popen(["~/memcr/scripts/start_memcr.sh"],
universal_newlines=True,
shell=True,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE
#stdout=subprocess.PIPE,
#stderr=subprocess.PIPE
)

def __enter__(self):
Expand Down

0 comments on commit 22e8b2e

Please sign in to comment.