From c94af34ad2ddf8c66a25773a7672ccaae589d410 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20B=C3=A9daride?= Date: Tue, 29 Apr 2014 17:41:30 +0200 Subject: [PATCH 1/1] Remove absolute path from xbt-log tesh --- teshsuite/xbt/log_usage/log_usage.tesh | 38 +++++++++++++------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/teshsuite/xbt/log_usage/log_usage.tesh b/teshsuite/xbt/log_usage/log_usage.tesh index 22f4b30d18..1df8cbbb60 100644 --- a/teshsuite/xbt/log_usage/log_usage.tesh +++ b/teshsuite/xbt/log_usage/log_usage.tesh @@ -1,21 +1,21 @@ #! ./tesh -$ $SG_TEST_EXENV ${bindir:=.}/log_usage -> [0.000000] [test/INFO] Test with the settings '' -> [0.000000] /home/bedaride/Boulot/simgrid/teshsuite/xbt/log_usage/log_usage.c:28: [test/WARNING] val=2 -> [0.000000] /home/bedaride/Boulot/simgrid/teshsuite/xbt/log_usage/log_usage.c:30: [test/CRITICAL] false alarm! -> [0.000000] [test/INFO] Test with the settings ' ' -> [0.000000] /home/bedaride/Boulot/simgrid/teshsuite/xbt/log_usage/log_usage.c:28: [test/WARNING] val=2 -> [0.000000] /home/bedaride/Boulot/simgrid/teshsuite/xbt/log_usage/log_usage.c:30: [test/CRITICAL] false alarm! -> [0.000000] [test/INFO] Test with the settings ' test.thres:info root.thres:info ' -> [0.000000] /home/bedaride/Boulot/simgrid/teshsuite/xbt/log_usage/log_usage.c:28: [test/WARNING] val=2 -> [0.000000] /home/bedaride/Boulot/simgrid/teshsuite/xbt/log_usage/log_usage.c:30: [test/CRITICAL] false alarm! -> [0.000000] [test/INFO] Test with the settings ' test.thres:debug ' -> [0.000000] /home/bedaride/Boulot/simgrid/teshsuite/xbt/log_usage/log_usage.c:27: [test/DEBUG] val=1 -> [0.000000] /home/bedaride/Boulot/simgrid/teshsuite/xbt/log_usage/log_usage.c:28: [test/WARNING] val=2 -> [0.000000] /home/bedaride/Boulot/simgrid/teshsuite/xbt/log_usage/log_usage.c:30: [test/CRITICAL] false alarm! -> [0.000000] [test/INFO] Test with the settings ' test.thres:verbose root.thres:error ' -> [0.000000] /home/bedaride/Boulot/simgrid/teshsuite/xbt/log_usage/log_usage.c:28: [test/WARNING] val=2 -> [0.000000] /home/bedaride/Boulot/simgrid/teshsuite/xbt/log_usage/log_usage.c:30: [test/CRITICAL] false alarm! -> [0.000000] [test/INFO] Test with the settings ' test.thres:critical ' -> [0.000000] /home/bedaride/Boulot/simgrid/teshsuite/xbt/log_usage/log_usage.c:30: [test/CRITICAL] false alarm! +$ $SG_TEST_EXENV ${bindir:=.}/log_usage "--log=root.fmt:[%10.6r]%e[%i:%P@%h]%e%m%n" +> [ 0.000000] [0:@] Test with the settings '' +> [ 0.000000] [0:@] val=2 +> [ 0.000000] [0:@] false alarm! +> [ 0.000000] [0:@] Test with the settings ' ' +> [ 0.000000] [0:@] val=2 +> [ 0.000000] [0:@] false alarm! +> [ 0.000000] [0:@] Test with the settings ' test.thres:info root.thres:info ' +> [ 0.000000] [0:@] val=2 +> [ 0.000000] [0:@] false alarm! +> [ 0.000000] [0:@] Test with the settings ' test.thres:debug ' +> [ 0.000000] [0:@] val=1 +> [ 0.000000] [0:@] val=2 +> [ 0.000000] [0:@] false alarm! +> [ 0.000000] [0:@] Test with the settings ' test.thres:verbose root.thres:error ' +> [ 0.000000] [0:@] val=2 +> [ 0.000000] [0:@] false alarm! +> [ 0.000000] [0:@] Test with the settings ' test.thres:critical ' +> [ 0.000000] [0:@] false alarm! -- 2.20.1