aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-cpdt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/ci-cpdt.sh')
-rwxr-xr-xdev/ci/ci-cpdt.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/ci/ci-cpdt.sh b/dev/ci/ci-cpdt.sh
index 5e34a206ec..8b725f6fec 100755
--- a/dev/ci/ci-cpdt.sh
+++ b/dev/ci/ci-cpdt.sh
@@ -6,4 +6,5 @@ source ${ci_dir}/ci-common.sh
wget http://adam.chlipala.net/cpdt/cpdt.tgz
tar xvfz cpdt.tgz
-( cd cpdt && make clean && (make TIMED=1 2>&1 | tee time-of-build.log; exit ${PIPESTATUS[0]}) && make -f Makefile.coq print-pretty-timed )
+( cd cpdt && make clean && make )
+