projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b47dac6
)
test/setup-test: use 'set -e' so we stop on compile failure.
author
Peter Maydell
<pmaydell@chiark.greenend.org.uk>
Sun, 3 Aug 2008 18:45:34 +0000
(18:45 +0000)
committer
Peter Maydell
<pmaydell@chiark.greenend.org.uk>
Sun, 3 Aug 2008 18:45:34 +0000
(18:45 +0000)
Configure --enable-debug for convenience in debugging.
test/setup-test
patch
|
blob
|
history
diff --git
a/test/setup-test
b/test/setup-test
index
46b83b0
..
2636a5d
100755
(executable)
--- 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