From 5cf89de19db830be8e4f31e51ab4ed0284eba119 Mon Sep 17 00:00:00 2001 From: fzahle <frza@dtu.dk> Date: Tue, 10 Apr 2018 17:02:07 +0200 Subject: [PATCH] cleaning up my mess --- ellipsyswrapper/testsuite.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ellipsyswrapper/testsuite.py b/ellipsyswrapper/testsuite.py index be8c564..f9cdcd5 100644 --- a/ellipsyswrapper/testsuite.py +++ b/ellipsyswrapper/testsuite.py @@ -200,6 +200,7 @@ class CaseRunner(object): # parallel computation if self.debug: status = subprocess.call(command, shell=True) + else: # Suppress output from EllipSys FNULL = open(os.devnull, 'w') status = subprocess.call(command, shell=True,stdout=FNULL) -- GitLab