Salome HOME
bos #29134: Update test runner after switch to SSL as default mode
authorvsr <vsr@opencascade.com>
Fri, 18 Feb 2022 13:43:36 +0000 (16:43 +0300)
committervsr <vsr@opencascade.com>
Fri, 18 Feb 2022 13:43:36 +0000 (16:43 +0300)
test.hdfs/testme.py

index 5a0d936cfb22a35f003d7ae8502102352ae4a8b5..d484933e6dbfae268aaf457630c3ee091c9643c4 100644 (file)
@@ -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: