X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=test%2Fsetup-test;h=2636a5dfe6fa5c4613b6be97a709f941e4c947db;hb=fd36f8c46bb76abaadc52321a03ee5f196676a0b;hp=a05b13924ad6d6684eef0dcba1af51236c28cf28;hpb=7afe9b7d7142e48c76dfac3992fdf91d3e5518ff;p=mmh diff --git a/test/setup-test b/test/setup-test index a05b139..2636a5d 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 +./configure --prefix=$TEMPDIR --with-locking=fcntl --enable-debug +make clean make install echo "Path: $TEMPDIR/Mail" > $TEMPDIR/mh_profile