From 644854da04d9a81108d71d707a6cff9f83bcee2b Mon Sep 17 00:00:00 2001 From: mquinson Date: Sat, 27 Oct 2007 15:08:12 +0000 Subject: [PATCH] Message improvements git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4921 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- teshsuite/xbt/log_large_test.tesh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/teshsuite/xbt/log_large_test.tesh b/teshsuite/xbt/log_large_test.tesh index f29e9dc274..e1ab8e3c9a 100644 --- a/teshsuite/xbt/log_large_test.tesh +++ b/teshsuite/xbt/log_large_test.tesh @@ -1,5 +1,5 @@ -p Tries whether the dynamic version of the log layouts work +p Check that the dynamic version of the log simple layout works $ $SG_EXENV_TEST xbt/log_large_test > [0.000000] [test/INFO] This is a very large message:0 > 1.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0 @@ -114,6 +114,7 @@ $ $SG_EXENV_TEST xbt/log_large_test > > [0.000000] [test/INFO] Done (strlen>10210) +p Check that the dynamic version of the log formated layout works $ $SG_EXENV_TEST xbt/log_large_test --log=root.fmt:%m%n > This is a very large message:0 > 1.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0 -- 2.20.1