From c55584d3f21bd2c2ace31d2124f0543779f864ad Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 30 Aug 2017 14:45:39 +0200 Subject: [PATCH 1/1] No need for timestamps in logs. --- teshsuite/xbt/parmap_test/parmap_test.cpp | 1 + teshsuite/xbt/parmap_test/parmap_test.tesh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/teshsuite/xbt/parmap_test/parmap_test.cpp b/teshsuite/xbt/parmap_test/parmap_test.cpp index cfb1684f1c..e6e209c58a 100644 --- a/teshsuite/xbt/parmap_test/parmap_test.cpp +++ b/teshsuite/xbt/parmap_test/parmap_test.cpp @@ -83,6 +83,7 @@ static int test_parmap_extended(e_xbt_parmap_mode_t mode) int main(int argc, char** argv) { int status = 0; + xbt_log_control_set("parmap_test.fmt:[%c/%p]%e%m%n"); MSG_init(&argc, argv); XBT_INFO("Basic testing posix"); diff --git a/teshsuite/xbt/parmap_test/parmap_test.tesh b/teshsuite/xbt/parmap_test/parmap_test.tesh index d389a737f1..393329725b 100644 --- a/teshsuite/xbt/parmap_test/parmap_test.tesh +++ b/teshsuite/xbt/parmap_test/parmap_test.tesh @@ -1,5 +1,5 @@ ! timeout 120 -$ ${bindir:=.}/parmap_test --log=root.fmt:%m%n +$ ${bindir:=.}/parmap_test --log=parmap_test.fmt:%m%n > Basic testing posix > Basic testing futex > Basic testing busy wait -- 2.20.1