summaryrefslogtreecommitdiffstats
path: root/tests/tests.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-02-13 15:43:41 -0500
committerJim Meyering <jim@meyering.net>2007-02-13 15:43:41 -0500
commitcb0107950bb4be6896b7fc406861b0a9b4bee47f (patch)
tree96c941d6cc1f5da15d5786c8ce52cd6b2d05d9f9 /tests/tests.py
parent802fb994dd7588972f691c7b4009504b52223280 (diff)
downloadthird_party-cobbler-cb0107950bb4be6896b7fc406861b0a9b4bee47f.tar.gz
third_party-cobbler-cb0107950bb4be6896b7fc406861b0a9b4bee47f.tar.xz
third_party-cobbler-cb0107950bb4be6896b7fc406861b0a9b4bee47f.zip
Playing around with rendering options, but 'dot' is the only sane one.
Diffstat (limited to 'tests/tests.py')
-rw-r--r--tests/tests.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/tests.py b/tests/tests.py
index 0445e3b..2a663e6 100644
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -351,5 +351,6 @@ if __name__ == "__main__":
runner = unittest.TextTestRunner()
runner.run(tests)
if HAS_GRAPH:
- pycallgraph.make_graph('test.png')
-
+ pycallgraph.make_graph('cg_dot.png', tool='dot')
+ sys.exit(0)
+