projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7afe9b7
)
* test/setup-test: Run 'make clean' before building
author
Josh Bressers
<josh@bress.net>
Fri, 25 Jul 2008 01:07:39 +0000
(
01:07
+0000)
committer
Josh Bressers
<josh@bress.net>
Fri, 25 Jul 2008 01:07:39 +0000
(
01:07
+0000)
ChangeLog
patch
|
blob
|
history
test/setup-test
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
0d47602
..
7e6b2eb
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,9
@@
2008-07-24 Eric Gillespie <epg@pretzelnet.org>
+ * test/setup-test: Run 'make clean' before building
+
+2008-07-24 Eric Gillespie <epg@pretzelnet.org>
+
* test/runtest: cat test-temp-dir only once. Destroy and create
test Mail hierarchy here, so each test has its own independent
test data.
diff --git
a/test/setup-test
b/test/setup-test
index
a05b139
..
46b83b0
100755
(executable)
--- a/
test/setup-test
+++ b/
test/setup-test
@@
-6,6
+6,7
@@
echo $TEMPDIR > test-temp-dir
cd ..
autoheader && autoconf && date > stamp-h.in
./configure --prefix=$TEMPDIR --with-locking=fcntl
+make clean
make install
echo "Path: $TEMPDIR/Mail" > $TEMPDIR/mh_profile