On Oct 31, 2011, at 01:40 , Paul Davis wrote: >> http://git-wip-us.apache.org/repos/asf/couchdb/blob/31edafec/Makefile.am >> ---------------------------------------------------------------------- >> diff --git a/Makefile.am b/Makefile.am >> index 039d2ee..01879dc 100644 >> --- a/Makefile.am >> +++ b/Makefile.am >> @@ -83,6 +83,7 @@ THANKS.gz: $(top_srcdir)/THANKS >> >> check: dev >> $(top_builddir)/test/etap/run $(top_srcdir)/test/etap >> + $(top_builddir)/test/javascript/run >> > > Just a note that these tests will fail if a CouchDB node isn't running > on localhost:5984. The reason I never added this line was because I > never thought of a good way to make sure that a node comes up and is > terminated after the test.
Good find. I had in fact solved that, but patched run instead of run.tpl. so it didn't make it into the commit. Fixed in 6dcd3a4 now. Cheers Jan --
