Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
more ignore of the buggy output of cmake for circleci
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 9 Dec 2017 15:54:53 +0000 (16:54 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 9 Dec 2017 15:54:56 +0000 (16:54 +0100)
The return value is enough to see whether cmake managed to do its work.

examples/simdag/daxload/sd_daxload.tesh
examples/simdag/scheduling/sd_scheduling.tesh

index 8caeab7..90cc46b 100644 (file)
@@ -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.
index 2da2182..d0d3e69 100644 (file)
@@ -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