From: sln Date: Thu, 13 Sep 2012 07:11:55 +0000 (+0000) Subject: Updated for unit tests X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7bcfbf9168597c0e8a7838e6f0ce845b790b0011;p=modules%2Fgui.git Updated for unit tests --- diff --git a/bin/runLightSalome.csh b/bin/runLightSalome.csh index e5dc0b658..e13c7e3b5 100755 --- a/bin/runLightSalome.csh +++ b/bin/runLightSalome.csh @@ -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