aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/coq-makefile/extend-subdirs/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/coq-makefile/extend-subdirs/run.sh')
-rwxr-xr-xtest-suite/coq-makefile/extend-subdirs/run.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/test-suite/coq-makefile/extend-subdirs/run.sh b/test-suite/coq-makefile/extend-subdirs/run.sh
index ea5792a93..221dcd7bf 100755
--- a/test-suite/coq-makefile/extend-subdirs/run.sh
+++ b/test-suite/coq-makefile/extend-subdirs/run.sh
@@ -1,10 +1,8 @@
#!/usr/bin/env bash
-#set -x
-set -e
-
. ../template/init.sh
coq_makefile -f _CoqProject -o Makefile
+cat Makefile.conf
make
exec test -f "subdir/done"