CVSROOT: /sources/nmh
Module name: nmh
Changes by: Peter Maydell <pm215> 08/08/03 18:45:35
Modified files:
test : setup-test
Log message:
test/setup-test: use 'set -e' so we stop on compile failure.
Configure --enable-debug for convenience in debugging.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/nmh/test/setup-test?cvsroot=nmh&r1=1.3&r2=1.4
Patches:
Index: setup-test
===================================================================
RCS file: /sources/nmh/nmh/test/setup-test,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- setup-test 25 Jul 2008 01:07:39 -0000 1.3
+++ setup-test 3 Aug 2008 18:45:34 -0000 1.4
@@ -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
_______________________________________________
Nmh-commits mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/nmh-commits