From: Martin Quinson Date: Sat, 9 Dec 2017 15:54:53 +0000 (+0100) Subject: more ignore of the buggy output of cmake for circleci X-Git-Tag: v3.18~75 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/53641bc72640a1fa6a741622d4662228346512e1?hp=863fe8c0b0772d842a9cccda819115acc87551e7 more ignore of the buggy output of cmake for circleci The return value is enough to see whether cmake managed to do its work. --- diff --git a/examples/simdag/daxload/sd_daxload.tesh b/examples/simdag/daxload/sd_daxload.tesh index 8caeab782d..90cc46b810 100644 --- a/examples/simdag/daxload/sd_daxload.tesh +++ b/examples/simdag/daxload/sd_daxload.tesh @@ -121,6 +121,7 @@ $ cat ${srcdir:=.}/daxload/smalldax.trace > [84.067138] node-0.acme.org recv node-11.acme.org 4167312.000000 # 3@task1_o3_end > [84.067138] node-0.acme.org compute 0.000000 # end +! output ignore $ cmake -E remove -f ${srcdir:=.}/dax.dot ${srcdir:=.}/daxload/smalldax.trace p Test the DAX loader with a DAX comprising a cycle. diff --git a/examples/simdag/scheduling/sd_scheduling.tesh b/examples/simdag/scheduling/sd_scheduling.tesh index 2da2182988..d0d3e6983a 100644 --- a/examples/simdag/scheduling/sd_scheduling.tesh +++ b/examples/simdag/scheduling/sd_scheduling.tesh @@ -34,4 +34,5 @@ $ $SG_TEST_EXENV ${bindir:=.}/scheduling/sd_scheduling --log=sd_daxparse.thresh: > [98.184618] [test/INFO] ------------------- Produce the trace file--------------------------- > [98.184618] [test/INFO] Producing a jedule output (if active) of the run into minmin_test.jed +! output ignore $ cmake -E remove -f ${srcdir:=.}/scheduling/sd_scheduling.jed \ No newline at end of file