You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2009/05/30 22:07:03 UTC

svn commit: r780318 - /couchdb/trunk/Makefile.am

Author: davisp
Date: Sat May 30 20:07:03 2009
New Revision: 780318

URL: http://svn.apache.org/viewvc?rev=780318&view=rev
Log:
Fix the make check command to run tests in test/etap/


Modified:
    couchdb/trunk/Makefile.am

Modified: couchdb/trunk/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/trunk/Makefile.am?rev=780318&r1=780317&r2=780318&view=diff
==============================================================================
--- couchdb/trunk/Makefile.am (original)
+++ couchdb/trunk/Makefile.am Sat May 30 20:07:03 2009
@@ -37,7 +37,7 @@
 	-gzip -9 < $< > $@
 
 check: all
-	prove t/*.t
+	prove test/etap/*.t
 
 dev: all
 	@echo "This command is intended for developers to use;"