From 02f81db433afd21f060ade820d779f4a4325f998 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Thu, 28 Jan 2016 15:00:40 +0100 Subject: [PATCH] be consistent with myself and don't break test --- examples/simdag/scheduling/minmin_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simdag/scheduling/minmin_test.c b/examples/simdag/scheduling/minmin_test.c index de62a15e5f..8ecf2d531b 100644 --- a/examples/simdag/scheduling/minmin_test.c +++ b/examples/simdag/scheduling/minmin_test.c @@ -294,7 +294,7 @@ int main(int argc, char **argv) XBT_INFO("Simulation Time: %f", SD_get_clock()); XBT_INFO("------------------- Produce the trace file---------------------------"); - XBT_INFO("Producing a jedule output (if active) of the run into %s", tracefilename?tracefilename:"./minmin_test.jed"); + XBT_INFO("Producing a jedule output (if active) of the run into %s", tracefilename?tracefilename:"minmin_test.jed"); #ifdef HAVE_JEDULE jedule_sd_dump(tracefilename); #endif -- 2.20.1