diff --git a/tests/L2_testing/test_runner/memcr_tests.py b/tests/L2_testing/test_runner/memcr_tests.py index a9d1d525..c2b86b96 100644 --- a/tests/L2_testing/test_runner/memcr_tests.py +++ b/tests/L2_testing/test_runner/memcr_tests.py @@ -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):