diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2014-06-05 09:37:57 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2014-06-05 09:37:57 +0000 |
commit | 499092e0ba382647a16e38cff87523e00fc52e66 (patch) | |
tree | ccbce198938fce70d50e75d00b8e51f25346a509 | |
parent | 837ed62b9ecf600fc2fdd26d36ce7ebf3dd7a118 (diff) |
still debugging the ci-build script
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14961 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rwxr-xr-x | tools/ci-build | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tools/ci-build b/tools/ci-build index a57e51652..b10490d01 100755 --- a/tools/ci-build +++ b/tools/ci-build @@ -30,8 +30,8 @@ error () { ######################################################################### -# be verbose and stop on error -set -ex +# be verbose +set -x ######################################################################### # If we are called from a Windows batch script, we must set up the @@ -57,6 +57,11 @@ case "$1" in esac ######################################################################### + +# be verbose and stop on error +set -ex + +######################################################################### # set up variables # default values |