From: mquinson Date: Tue, 23 Mar 2010 15:52:45 +0000 (+0000) Subject: ignore timing errors since they are really useless X-Git-Tag: SVN~407 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5b5084366c15e59aa392fb49e326e01ae18714a2?ds=sidebyside ignore timing errors since they are really useless git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7333 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/teshsuite/xbt/log_large_test.tesh b/teshsuite/xbt/log_large_test.tesh index 9a3ce8325f..d156d7f8af 100644 --- a/teshsuite/xbt/log_large_test.tesh +++ b/teshsuite/xbt/log_large_test.tesh @@ -1,7 +1,7 @@ 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: +$ $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.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0 @@ -113,7 +113,7 @@ $ $SG_EXENV_TEST xbt/log_large_test > 9.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0 > 0.........1.........2.........3.........4.........5.........6.........7.........8.........9.........0 > -> [0.000000] [test/INFO] Done (strlen>10210) +> 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