From: Christian Heinrich Date: Tue, 19 Jan 2016 23:10:45 +0000 (+0100) Subject: [Tests][Lua] Fixed wrong Lua platforms test X-Git-Tag: v3_13~1179 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/23ab76fd6ac23869c2e1ffb48299a6f8832fa07b [Tests][Lua] Fixed wrong Lua platforms test --- diff --git a/teshsuite/lua/lua_platforms.tesh b/teshsuite/lua/lua_platforms.tesh index 16ce6e27af..a147e7dfe9 100644 --- a/teshsuite/lua/lua_platforms.tesh +++ b/teshsuite/lua/lua_platforms.tesh @@ -2,7 +2,7 @@ $ ${srcdir:=.}/../../examples/msg/masterslave/masterslave_arg ${srcdir:=.}/../.. > [0.000000] [msg_test/INFO] Got 5 slaves, 4 tasks to process, and 5 hosts > [3.095754] [msg_test/INFO] Simulation time 3.09575 -$ $SG_TEST_EXENV ${bindir:=.}/../../examples/msg/token_ring/token_ring ${srcdir:=.}/../../examples/platforms/routing_cluster.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" +$ $SG_TEST_EXENV ${bindir:=.}/../../examples/msg/token_ring/token_ring ${srcdir:=.}/../../examples/platforms/routing_cluster.lua "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (0:@) Number of host '6' > [ 0.000000] (1:0@host1) Host "0" send 'Token' to Host "1" > [ 0.017354] (2:1@host2) Host "1" received "Token"