Salome HOME
Add new test
[modules/shaper.git] / salome_run.sh
1 #!/bin/bash -x
2
3 export SALOME_PORT=2900
4
5 source env.sh
6 source env_salome.sh
7
8 ${KERNEL_ROOT_DIR}/bin/salome/killSalomeWithPort.py ${SALOME_PORT}
9 ${KERNEL_ROOT_DIR}/bin/salome/runSalome.py --port=${SALOME_PORT} -r ./test.squish/shared/testdata/SalomeApp.xml
10 sleep 5
11 ${KERNEL_ROOT_DIR}/bin/salome/killSalomeWithPort.py ${SALOME_PORT}