summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/tests/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/state_trackers/python/tests/base.py')
-rwxr-xr-xsrc/gallium/state_trackers/python/tests/base.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/python/tests/base.py b/src/gallium/state_trackers/python/tests/base.py
index 6b2e702955..1fa7fe6f3b 100755
--- a/src/gallium/state_trackers/python/tests/base.py
+++ b/src/gallium/state_trackers/python/tests/base.py
@@ -331,4 +331,6 @@ class TestResult:
orngTree.printTxt(tree, maxDepth=4)
+ file(name+'.txt', 'wt').write(orngTree.dumpTree(tree))
+
orngTree.printDot(tree, fileName=name+'.dot', nodeShape='ellipse', leafShape='box')