X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/7afe9b7d7142e48c76dfac3992fdf91d3e5518ff..d07df38d26ffdd37545d6eb81c9874ba7bea44f3:/test/setup-test diff --git a/test/setup-test b/test/setup-test index a05b1392..00ad57a0 100755 --- a/test/setup-test +++ b/test/setup-test @@ -1,11 +1,14 @@ #!/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 +./autogen.sh +./configure --prefix=$TEMPDIR --with-locking=fcntl --enable-debug +make clean make install echo "Path: $TEMPDIR/Mail" > $TEMPDIR/mh_profile