X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2e7d753e6a256c3561db39a22aa5e2a5f502400a..c8b16a642a34db21b3ac9d71cab439eb6bd27af4:/examples/python/actor-create/actor-create.tesh diff --git a/examples/python/actor-create/actor-create.tesh b/examples/python/actor-create/actor-create.tesh index fd492b3995..c81e7c6409 100644 --- a/examples/python/actor-create/actor-create.tesh +++ b/examples/python/actor-create/actor-create.tesh @@ -1,6 +1,6 @@ #!/usr/bin/env tesh -$ python3 ${srcdir:=.}/actor-create.py --cfg=path:actor-create +$ ${pythoncmd:=python3} ${PYTHON_TOOL_OPTIONS:=} ${srcdir:=.}/actor-create.py > [Tremblay:sender1:(2) 0.000000] [python/INFO] Hello s4u, I have something to send > [Jupiter:sender2:(3) 0.000000] [python/INFO] Hello s4u, I have something to send > [Fafard:sender:(4) 0.000000] [python/INFO] Hello s4u, I have something to send @@ -11,6 +11,3 @@ $ python3 ${srcdir:=.}/actor-create.py --cfg=path:actor-create > [Jupiter:sender2:(3) 0.070434] [python/INFO] I'm done. See you. > [Fafard:receiver:(1) 0.086825] [python/INFO] I received 'GaBuZoMeu', 'GloubiBoulga' and 'PopPop!' > [Fafard:receiver:(1) 0.086825] [python/INFO] I'm done. See you. - -# The --cfg=path:actor-create should not be mandatory here. -# It is mostly intended to work around what seems to be a bug in our CI system. \ No newline at end of file