From 0ae752cd0f62f0df8d5748d306f2205188d690fe Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Fri, 27 May 2016 16:34:54 +0200 Subject: [PATCH 1/1] [SMPI Examples] Fix tesh for windows. --- examples/smpi/trace_call_location/trace_call_location.tesh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/smpi/trace_call_location/trace_call_location.tesh b/examples/smpi/trace_call_location/trace_call_location.tesh index 0d23db6edd..0e018ebb91 100644 --- a/examples/smpi/trace_call_location/trace_call_location.tesh +++ b/examples/smpi/trace_call_location/trace_call_location.tesh @@ -13,6 +13,6 @@ $ ../../smpi_script/bin/smpirun -trace -trace-file smpi_trace.trace -hostfile ${ > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP-gamma' to '4194304' > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/trace-call-location' to '1' -$ grep --quiet "12 0.000000 2 1 5 .*trace_call_location\.c\" 14$" smpi_trace.trace +$ grep --quiet "12 0.000000 2 1 5 .*trace_call_location\.c\" 14$" ${srcdir:=.}/../smpi_trace.trace $ rm -f smpi_trace.trace -- 2.20.1