From e527803f0ff91485b1ef432ef12e572809ca717c Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 6 Jul 2012 23:23:42 +0200 Subject: [PATCH] Increase required width for times in tesh file. --- examples/msg/bittorrent/bittorrent.tesh | 34 ++++++++++++------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/examples/msg/bittorrent/bittorrent.tesh b/examples/msg/bittorrent/bittorrent.tesh index c680e71fa2..4bb9145a99 100644 --- a/examples/msg/bittorrent/bittorrent.tesh +++ b/examples/msg/bittorrent/bittorrent.tesh @@ -4,22 +4,22 @@ p Testing the Bittorrent implementation with MSG ! timeout 10 ! output sort -$ $SG_TEST_EXENV ${bindir:=.}/bittorrent ${srcdir:=.}/../msg_platform.xml ${srcdir:=.}/bittorrent.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" -> [ 0.000000] (1:tracker@Jacquelin) Tracker launched. -> [ 0.000000] (2:peer@Boivin) Hi, I'm joining the network with id 2 -> [ 0.000000] (3:peer@Jean_Yves) Hi, I'm joining the network with id 3 -> [ 0.000000] (4:peer@TeX) Hi, I'm joining the network with id 4 -> [ 0.000000] (5:peer@Geoff) Hi, I'm joining the network with id 5 -> [ 0.000000] (6:peer@Disney) Hi, I'm joining the network with id 6 -> [ 0.000000] (7:peer@iRMX) Hi, I'm joining the network with id 7 -> [ 0.000000] (8:peer@McGee) Hi, I'm joining the network with id 8 -> [3000.000000] (1:tracker@Jacquelin) Tracker is leaving -> [5000.005340] (5:peer@Geoff) Here is my current status: 1111111111 -> [5000.012427] (7:peer@iRMX) Here is my current status: 1111111111 -> [5000.048881] (2:peer@Boivin) Here is my current status: 1111111111 -> [5000.827216] (8:peer@McGee) Here is my current status: 1111111111 -> [5000.832407] (3:peer@Jean_Yves) Here is my current status: 1111111111 -> [5000.897053] (4:peer@TeX) Here is my current status: 1111111111 -> [5000.897053] (6:peer@Disney) Here is my current status: 1111111111 +$ $SG_TEST_EXENV ${bindir:=.}/bittorrent ${srcdir:=.}/../msg_platform.xml ${srcdir:=.}/bittorrent.xml "--log=root.fmt:[%12.6r]%e(%i:%P@%h)%e%m%n" +> [ 0.000000] (1:tracker@Jacquelin) Tracker launched. +> [ 0.000000] (2:peer@Boivin) Hi, I'm joining the network with id 2 +> [ 0.000000] (3:peer@Jean_Yves) Hi, I'm joining the network with id 3 +> [ 0.000000] (4:peer@TeX) Hi, I'm joining the network with id 4 +> [ 0.000000] (5:peer@Geoff) Hi, I'm joining the network with id 5 +> [ 0.000000] (6:peer@Disney) Hi, I'm joining the network with id 6 +> [ 0.000000] (7:peer@iRMX) Hi, I'm joining the network with id 7 +> [ 0.000000] (8:peer@McGee) Hi, I'm joining the network with id 8 +> [ 3000.000000] (1:tracker@Jacquelin) Tracker is leaving +> [ 5000.005340] (5:peer@Geoff) Here is my current status: 1111111111 +> [ 5000.012427] (7:peer@iRMX) Here is my current status: 1111111111 +> [ 5000.048881] (2:peer@Boivin) Here is my current status: 1111111111 +> [ 5000.827216] (8:peer@McGee) Here is my current status: 1111111111 +> [ 5000.832407] (3:peer@Jean_Yves) Here is my current status: 1111111111 +> [ 5000.897053] (4:peer@TeX) Here is my current status: 1111111111 +> [ 5000.897053] (6:peer@Disney) Here is my current status: 1111111111 -- 2.20.1