From: vsr Date: Fri, 18 Feb 2022 13:43:36 +0000 (+0300) Subject: bos #29134: Update test runner after switch to SSL as default mode X-Git-Tag: V9_9_0a1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8efbedf5e2d0d1f21623a843e774934e3a477c05;p=modules%2Fshaper.git bos #29134: Update test runner after switch to SSL as default mode --- diff --git a/test.hdfs/testme.py b/test.hdfs/testme.py index 5a0d936cf..d484933e6 100644 --- a/test.hdfs/testme.py +++ b/test.hdfs/testme.py @@ -42,7 +42,7 @@ if __name__ == '__main__': isOk = True error = "" - proc = subprocess.Popen(["runSalomeSL.py", "--modules", "SHAPER,GEOM,SHAPERSTUDY", "--gui", "--splash", "0", "test_hdf.py", "args:" + hdffile + "," + testdatafile + "," + testlogfile], stdout=subprocess.PIPE, stderr=subprocess.STDOUT) + proc = subprocess.Popen(["runSalome.py", "--modules", "SHAPER,GEOM,SHAPERSTUDY", "--gui", "--splash", "0", "test_hdf.py", "args:" + hdffile + "," + testdatafile + "," + testlogfile], stdout=subprocess.PIPE, stderr=subprocess.STDOUT) try: proc.communicate(timeout = testTimeout) except TimeoutExpired: