From: vsr Date: Tue, 29 May 2012 12:56:08 +0000 (+0000) Subject: SALOME 6.5.0 preparation: fix hanging up Install Wizard when "Start SALOME" button... X-Git-Tag: V6_5_0rc2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=85e7755ffc4b2058d2c92fb3bfbb705aa99b7654;p=tools%2Finstall.git SALOME 6.5.0 preparation: fix hanging up Install Wizard when "Start SALOME" button is pressed from the final page --- diff --git a/config_files/start_salome.sh b/config_files/start_salome.sh index 23cdf6b..4a08261 100755 --- a/config_files/start_salome.sh +++ b/config_files/start_salome.sh @@ -35,7 +35,7 @@ execute() fi if [ "${KERNEL_ROOT_DIR}" != "" ] && [ "${GUI_ROOT_DIR}" != "" ] && [ -f ${KERNEL_ROOT_DIR}/bin/salome/runSalome ] ; then - runSalome >& /dev/null + env SALOME_TEST_MODE=1 runSalome >& /dev/null if [ "$?" == "0" ] ; then return 0; fi