From 78bc832dd5fa8d187d61649abd1886b259e47e61 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 6 Apr 2011 12:28:16 +0000 Subject: [PATCH] Add a workaround about the "foreground" improvement to allow running tests with python -i approach --- bin/runSalome.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2