projects
/
platform
/
upstream
/
automake.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a537fbe
)
readme: fix typo in tests/README
author
Stefano Lattarini
<stefano.lattarini@gmail.com>
Tue, 21 Feb 2012 18:23:50 +0000
(19:23 +0100)
committer
Stefano Lattarini
<stefano.lattarini@gmail.com>
Tue, 21 Feb 2012 18:23:50 +0000
(19:23 +0100)
tests/README
patch
|
blob
|
history
diff --git
a/tests/README
b/tests/README
index bfd5562ac44cb878f7078cc4c037e56fd17cfeb4..529bc59e2947ad53f5c8c94e1653aef4434334c4 100644
(file)
--- a/
tests/README
+++ b/
tests/README
@@
-204,7
+204,7
@@
Do
that configure.in registers Makefile.in but do not output anything by
default. If you need ./configure to create Makefile, append AC_OUTPUT
to configure.in. In case you don't want ./defs to pre-populate your
- test directory (which is a rare occurrence), set `$am_create_
d
estdir'
+ test directory (which is a rare occurrence), set `$am_create_
t
estdir'
to "empty" before sourcing ./defs.
By default, the testcases are run with the `errexit' shell flag on,