Salome HOME
0023571: EDF 17413 - PMMLBasicsTest and PmmlExeTest tests fail
[modules/yacs.git] / src / yacsloader / pmml / PmmlExeTest.sh.in
index 3c4ca80e07b336e0623be58e2d4b5e1d8eb2c526..f133e2afbc3b3fc6c03fce97a612598046b70e3e 100755 (executable)
@@ -49,7 +49,7 @@ EOF
   # --- launch in background a SALOME session (servers)
 
   ln -fs @CMAKE_SOURCE_DIR@/src/yacsloader/samples .
-  ./salome > log1 2>&1 &
+  ./salome start -t > log1 2>&1 &
 
   # --- wait a little to let the background process define
   #     the CORBA naming service port and host
@@ -65,7 +65,7 @@ EOF
   # ---------------------------------------------------------------------------
 
   kill -9 `cat "/tmp/YACSTEST_PidEcho"`
-  ./salome shell python killSalome.py
+  ./salome shell python3 killSalome.py
 
   echo "exec status PmmlInSessionTest.sh "  $ret