From: vsr Date: Thu, 24 Sep 2020 09:26:05 +0000 (+0300) Subject: Hide splash in tests X-Git-Tag: V9_6_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=98f8a2fed2a6cda22a90399f2a4de514e999253a;p=modules%2Fshaper.git Hide splash in tests --- diff --git a/test.hdfs/test.py b/test.hdfs/test.py index dc671d1e6..669d238ef 100644 --- a/test.hdfs/test.py +++ b/test.hdfs/test.py @@ -20,7 +20,7 @@ if __name__ == '__main__': isOk = True error = "" - proc = subprocess.Popen([salomeKernelDir + "/bin/salome/runSalome.py", "--modules", "SHAPER,GEOM", "--gui", "--ns-port-log=" + portlogfile, sourceDir + "/test_hdf.py", "args:" + testfile + "," + portlogfile + "," + testlogfile + "," + salomeKernelDir + "," + sourceDir], stdout=subprocess.PIPE, stderr=subprocess.STDOUT) + proc = subprocess.Popen([salomeKernelDir + "/bin/salome/runSalome.py", "--modules", "SHAPER,GEOM", "--gui", "--splash", "0", "--ns-port-log=" + portlogfile, sourceDir + "/test_hdf.py", "args:" + testfile + "," + portlogfile + "," + testlogfile + "," + salomeKernelDir + "," + sourceDir], stdout=subprocess.PIPE, stderr=subprocess.STDOUT) try: proc.communicate(timeout = 600) except TimeoutExpired: