]> SALOME platform Git repositories - modules/shaper.git/blobdiff - test.hdfs/testme.py
Salome HOME
bos #29134: Update test runner after switch to SSL as default mode
[modules/shaper.git] / 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: