From: jfa Date: Thu, 8 Dec 2005 07:53:06 +0000 (+0000) Subject: Fix bug 10214. Import salome_test crashes Salome on Debian. Suppress parallel computa... X-Git-Tag: T_3_1_0pre~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c31c34e81d184c0aace03fcc982c502a97e86ffd;p=modules%2Fkernel.git Fix bug 10214. Import salome_test crashes Salome on Debian. Suppress parallel computations of GEOM nodes, using gates. --- diff --git a/src/KERNEL_PY/salome_test.py b/src/KERNEL_PY/salome_test.py index 75e5f0bbd..2e203e5aa 100755 --- a/src/KERNEL_PY/salome_test.py +++ b/src/KERNEL_PY/salome_test.py @@ -275,7 +275,7 @@ import os dir= os.getenv("DATA_DIR") if dir == None: raise RuntimeError, "DATA_DIR is not defined" -xmlfile = dir +"/Superv/Graphs/GraphGeomEssai.xml" +xmlfile = dir + "/Superv/Graphs/GraphGeomEssaiGates.xml" print "Load dataflow from the file : " print xmlfile print