diff options
| author | Jason Gross | 2017-06-27 14:54:57 -0400 |
|---|---|---|
| committer | Jason Gross | 2017-08-01 11:29:34 -0400 |
| commit | b83ee9bf7dea03a211a0630b2bd5d08ad885cad8 (patch) | |
| tree | e15ee5849c4577c351758458598c3bfb3eeada95 /dev | |
| parent | 65bd1deac80689d02be7ef580872974cc38bf93c (diff) | |
Have coq-dpdgraph ci test print the differences
This allows better debugging when it fails.
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-coq-dpdgraph.sh | 2 |
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 ) |
