summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
+