]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
SALOME 6.5.0 preparation: fix hanging up Install Wizard when "Start SALOME" button...
authorvsr <vsr@opencascade.com>
Tue, 29 May 2012 12:56:08 +0000 (12:56 +0000)
committervsr <vsr@opencascade.com>
Tue, 29 May 2012 12:56:08 +0000 (12:56 +0000)
config_files/start_salome.sh

index 23cdf6b139b8645c321637849276742bc95de12f..4a08261d5975d108c085004a9027e3d99f9d595b 100755 (executable)
@@ -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