From b4ac0a191eae1ee939fb03f12d5a2a80e7102633 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 20 May 2008 20:49:33 +0000 Subject: [PATCH] cosmetics git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5455 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- teshsuite/xbt/log_large_test.c | 2 +- teshsuite/xbt/log_large_test.tesh | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/teshsuite/xbt/log_large_test.c b/teshsuite/xbt/log_large_test.c index 2414229e28..5759ec4a8a 100644 --- a/teshsuite/xbt/log_large_test.c +++ b/teshsuite/xbt/log_large_test.c @@ -28,7 +28,7 @@ int main(int argc, char *argv[]){ xbt_init(&argc,argv); - INFO10("This is a very large message:0%s1%s2%s3%s4%s5%s6%s7%s8%s9%s",tmp,tmp,tmp,tmp,tmp,tmp,tmp,tmp,tmp,tmp); + INFO10("This is a very large message:\n0%s1%s2%s3%s4%s5%s6%s7%s8%s9%s",tmp,tmp,tmp,tmp,tmp,tmp,tmp,tmp,tmp,tmp); INFO1("Done (strlen>%d)",(int) (10*strlen(tmp))); free(tmp); diff --git a/teshsuite/xbt/log_large_test.tesh b/teshsuite/xbt/log_large_test.tesh index e1ab8e3c9a..9a3ce8325f 100644 --- a/teshsuite/xbt/log_large_test.tesh +++ b/teshsuite/xbt/log_large_test.tesh @@ -1,7 +1,8 @@ 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 +> [0.000000] [test/INFO] This is a very large message: +> 0 > 1.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0 > 2.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0 > 3.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0 @@ -116,7 +117,8 @@ $ $SG_EXENV_TEST xbt/log_large_test 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 +> This is a very large message: +> 0 > 1.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0 > 2.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0 > 3.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0 -- 2.20.1