Salome HOME
Fix SQUISH tests for new label of unloaded items
[modules/shaper.git] / vnc.sh
1 #!/bin/bash -e
2
3 if [ -z ${DISPLAY_PORT} ]; then
4   export DISPLAY_PORT=99
5 fi
6
7 echo "DISPLAY is :${DISPLAY_PORT}"
8
9 export PATH=/dn23/NEWGEOM/NEWGEOM_JENKINS_BUILD_AREA/tools:/opt/TurboVNC/bin:${PATH}
10 ./vnc-run --server-num ${DISPLAY_PORT} -e err_vnc vglrun "$@"