aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Dénès2017-08-29 14:39:00 +0200
committerMaxime Dénès2017-08-29 14:39:00 +0200
commit57af4b4112dd0bc54badf0faebb373ef70ea2c1a (patch)
treea71e92b9d6d04e57398a6efb109e77f0a63ebb05
parent751246d893470b95d3d96ef87fe6dc86950d8d63 (diff)
parentb83ee9bf7dea03a211a0630b2bd5d08ad885cad8 (diff)
Merge PR #838: Have coq-dpdgraph ci test print the differences
-rwxr-xr-xdev/ci/ci-coq-dpdgraph.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-coq-dpdgraph.sh b/dev/ci/ci-coq-dpdgraph.sh
index e8018158bf..b610f70004 100755
--- a/dev/ci/ci-coq-dpdgraph.sh
+++ b/dev/ci/ci-coq-dpdgraph.sh
@@ -7,4 +7,4 @@ coq_dpdgraph_CI_DIR=${CI_BUILD_DIR}/coq-dpdgraph
git_checkout ${coq_dpdgraph_CI_BRANCH} ${coq_dpdgraph_CI_GITURL} ${coq_dpdgraph_CI_DIR}
-( cd ${coq_dpdgraph_CI_DIR} && autoconf && ./configure && make -j ${NJOBS} && make tests && (make tests | tee tmp.log) && (if grep DIFFERENCES tmp.log ; then exit 1 ; else exit 0 ; fi) )
+( cd ${coq_dpdgraph_CI_DIR} && autoconf && ./configure && make -j ${NJOBS} && make test-suite )