From 8efbedf5e2d0d1f21623a843e774934e3a477c05 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 18 Feb 2022 16:43:36 +0300 Subject: [PATCH] bos #29134: Update test runner after switch to SSL as default mode --- test.hdfs/testme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2