From: vsr Date: Wed, 6 Apr 2011 12:28:16 +0000 (+0000) Subject: Add a workaround about the "foreground" improvement to allow running tests with pytho... X-Git-Tag: V6_3_0a1~20 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=78bc832dd5fa8d187d61649abd1886b259e47e61;p=modules%2Fkernel.git Add a workaround about the "foreground" improvement to allow running tests with python -i approach --- diff --git a/bin/runSalome.py b/bin/runSalome.py index 7cdde509e..3bcd64c36 100755 --- a/bin/runSalome.py +++ b/bin/runSalome.py @@ -1010,6 +1010,7 @@ if __name__ == "__main__": # -- test = args['gui'] and args['session_gui'] test = test or args['wake_up_session'] + test = test and os.getenv("SALOME_TEST_MODE", "0") != "1" if test: foreGround(clt, args) pass