X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b47dac6540ed952b95dbdce78d2a5f48ff0db86b..a9d65cd81e8ca93af31086a136d1e3ade86ad8d2:/test/setup-test?ds=sidebyside diff --git a/test/setup-test b/test/setup-test index 46b83b0e..2636a5df 100755 --- a/test/setup-test +++ b/test/setup-test @@ -1,11 +1,13 @@ #!/bin/sh +set -e + TEMPDIR=`mktemp -d /tmp/nmh-test-XXXXXXXX` echo $TEMPDIR > test-temp-dir cd .. autoheader && autoconf && date > stamp-h.in -./configure --prefix=$TEMPDIR --with-locking=fcntl +./configure --prefix=$TEMPDIR --with-locking=fcntl --enable-debug make clean make install