From 9b3777f88d6bbf44372684e6681b813f4cc48b1d Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Sat, 30 Sep 2017 11:48:17 +0200 Subject: [PATCH] [minor] update test script for graphs. --- bin/test_graph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/test_graph b/bin/test_graph index 1e5fd85..29841f5 100644 --- a/bin/test_graph +++ b/bin/test_graph @@ -1 +1 @@ -bonobo graph bonobo/examples/tutorials/tut02_03_writeasmap.py | dot -otest.png -Tpng && bin/imgcat test.png +bonobo inspect --graph bonobo/examples/tutorials/tut02e03_writeasmap.py | dot -o test_output.png -T png && bin/imgcat test_output.png