Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Finish the conversion to python of the hostfile generation
[simgrid.git] / tools / graphicator / graphicator.tesh
index 8b9eacc02f351e0f756a39cc0f08e1815befdbe2..eec5619cd28921a98dbac5c7f0447d73bbc4f69a 100644 (file)
@@ -1,9 +1,7 @@
-#! ./tesh
-
-$ ${bindir:=.}/graphicator ${srcdir:=.}/teshsuite/simdag/platforms/one_cluster.xml --cfg=tracing:1 --cfg=tracing/platform:1 test.dot
-> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing' to '1'
-> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/platform' to '1'
-> [0.000000] [graphicator/INFO] Output is in file test.dot
+#!/usr/bin/env tesh
 
+$ ${bindir:=.}/graphicator ${srcdir:=.}/teshsuite/simdag/platforms/one_cluster.xml --cfg=tracing:yes --cfg=tracing/platform:yes test.dot
+> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing' to 'yes'
+> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/platform' to 'yes'
 
 $ rm test.dot