]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Modified for unit tests
authorsln <sln@opencascade.com>
Thu, 13 Sep 2012 07:58:41 +0000 (07:58 +0000)
committersln <sln@opencascade.com>
Thu, 13 Sep 2012 07:58:41 +0000 (07:58 +0000)
bin/runLightSalome.csh

index e5dc0b658f5d9b10323f0fd60174942279b537e5..e13c7e3b5f87f5378b841f1946bff9df905986ce 100755 (executable)
@@ -144,4 +144,8 @@ if ( "${PYTHONPATH}" != "" ) setenv PYTHONPATH ${MY_PYTHONPATH}:${PYTHONPATH}
 # start application
 ###
 
-SUITApp LightApp -style salome $* &
+if ( ! $?SALOME_BATCH_MODE ) then
+       SUITApp LightApp -style salome $* &
+else 
+       SUITApp LightApp -style salome $*
+endif