From 82b197a87e154d5206d74dfe53f5b5f5215f1a3e Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Mon, 17 Jul 2017 14:03:35 +0200 Subject: more verbose logs for coq-makefile --- test-suite/coq-makefile/arg/run.sh | 1 + test-suite/coq-makefile/compat-subdirs/run.sh | 1 + test-suite/coq-makefile/coqdoc1/run.sh | 1 + test-suite/coq-makefile/coqdoc2/run.sh | 1 + test-suite/coq-makefile/extend-subdirs/run.sh | 1 + test-suite/coq-makefile/latex1/run.sh | 1 + test-suite/coq-makefile/merlin1/run.sh | 1 + test-suite/coq-makefile/mlpack1/run.sh | 1 + test-suite/coq-makefile/mlpack2/run.sh | 1 + test-suite/coq-makefile/multiroot/run.sh | 1 + test-suite/coq-makefile/native1/run.sh | 1 + test-suite/coq-makefile/only/run.sh | 1 + test-suite/coq-makefile/plugin-reach-outside-API-and-fail/run.sh | 1 + .../plugin-reach-outside-API-and-succeed-by-bypassing-the-API/run.sh | 1 + test-suite/coq-makefile/plugin1/run.sh | 1 + test-suite/coq-makefile/plugin2/run.sh | 1 + test-suite/coq-makefile/plugin3/run.sh | 1 + test-suite/coq-makefile/uninstall1/run.sh | 1 + test-suite/coq-makefile/uninstall2/run.sh | 1 + test-suite/coq-makefile/validate1/run.sh | 1 + 20 files changed, 20 insertions(+) diff --git a/test-suite/coq-makefile/arg/run.sh b/test-suite/coq-makefile/arg/run.sh index aa0f50001a..e7de90ff2f 100755 --- a/test-suite/coq-makefile/arg/run.sh +++ b/test-suite/coq-makefile/arg/run.sh @@ -3,4 +3,5 @@ . ../template/init.sh coq_makefile -f _CoqProject -o Makefile +cat Makefile.conf make diff --git a/test-suite/coq-makefile/compat-subdirs/run.sh b/test-suite/coq-makefile/compat-subdirs/run.sh index 211f73adc7..221dcd7bf8 100755 --- a/test-suite/coq-makefile/compat-subdirs/run.sh +++ b/test-suite/coq-makefile/compat-subdirs/run.sh @@ -3,5 +3,6 @@ . ../template/init.sh coq_makefile -f _CoqProject -o Makefile +cat Makefile.conf make exec test -f "subdir/done" diff --git a/test-suite/coq-makefile/coqdoc1/run.sh b/test-suite/coq-makefile/coqdoc1/run.sh index 78e30bd354..1feff7479b 100755 --- a/test-suite/coq-makefile/coqdoc1/run.sh +++ b/test-suite/coq-makefile/coqdoc1/run.sh @@ -3,6 +3,7 @@ . ../template/init.sh coq_makefile -f _CoqProject -o Makefile +cat Makefile.conf make make html mlihtml make install DSTROOT="$PWD/tmp" diff --git a/test-suite/coq-makefile/coqdoc2/run.sh b/test-suite/coq-makefile/coqdoc2/run.sh index 78e30bd354..1feff7479b 100755 --- a/test-suite/coq-makefile/coqdoc2/run.sh +++ b/test-suite/coq-makefile/coqdoc2/run.sh @@ -3,6 +3,7 @@ . ../template/init.sh coq_makefile -f _CoqProject -o Makefile +cat Makefile.conf make make html mlihtml make install DSTROOT="$PWD/tmp" diff --git a/test-suite/coq-makefile/extend-subdirs/run.sh b/test-suite/coq-makefile/extend-subdirs/run.sh index 211f73adc7..221dcd7bf8 100755 --- a/test-suite/coq-makefile/extend-subdirs/run.sh +++ b/test-suite/coq-makefile/extend-subdirs/run.sh @@ -3,5 +3,6 @@ . ../template/init.sh coq_makefile -f _CoqProject -o Makefile +cat Makefile.conf make exec test -f "subdir/done" diff --git a/test-suite/coq-makefile/latex1/run.sh b/test-suite/coq-makefile/latex1/run.sh index 5337ca2952..b2c5d5669b 100755 --- a/test-suite/coq-makefile/latex1/run.sh +++ b/test-suite/coq-makefile/latex1/run.sh @@ -5,6 +5,7 @@ if which pdflatex; then . ../template/init.sh coq_makefile -f _CoqProject -o Makefile +cat Makefile.conf make exec make all.pdf diff --git a/test-suite/coq-makefile/merlin1/run.sh b/test-suite/coq-makefile/merlin1/run.sh index 37c5ab5c40..1f262a9390 100755 --- a/test-suite/coq-makefile/merlin1/run.sh +++ b/test-suite/coq-makefile/merlin1/run.sh @@ -3,6 +3,7 @@ . ../template/init.sh coq_makefile -f _CoqProject -o Makefile +cat Makefile.conf make .merlin cat > desired <