Salome HOME
Improve SQUISH tests for Jenkins
[modules/shaper.git] / salome_run.sh
index 16c6caf0af1744bfd4042a7291578f8b1e1ad9c2..003d5fcf9107e0ba747a02a1db23bcd334df2ca5 100755 (executable)
@@ -1,11 +1,11 @@
 #!/bin/bash -x
 
-export SALOME_PORT=2820
+export SALOME_PORT=2900
 
 source env.sh
 source env_salome.sh
 
 ${KERNEL_ROOT_DIR}/bin/salome/killSalomeWithPort.py ${SALOME_PORT}
-${KERNEL_ROOT_DIR}/bin/salome/runSalome.py --port ${SALOME_PORT}
+${KERNEL_ROOT_DIR}/bin/salome/runSalome.py --port=${SALOME_PORT} -r ./test.squish/shared/testdata/SalomeApp.xml
 sleep 5
 ${KERNEL_ROOT_DIR}/bin/salome/killSalomeWithPort.py ${SALOME_PORT}