You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/10/19 21:01:14 UTC

[7/9] couchdb commit: updated refs/heads/master to c071df9

Allow to run specific javascript test suite via make

Example for single test suite:

    make javascript suites=basics

Multiple suites:

    make javascript suites="basics design_options"


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/e767957a
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/e767957a
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/e767957a

Branch: refs/heads/master
Commit: e767957ac55227d2741a4988551fe7ff95cc220f
Parents: af1c88b
Author: Alexander Shorin <kx...@apache.org>
Authored: Sat Oct 17 19:13:21 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Mon Oct 19 14:01:46 2015 +0300

----------------------------------------------------------------------
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/e767957a/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 3f41e20..5d3716f 100644
--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,7 @@ javascript: all
 	# TODO: Fix tests to look for these files in their new path
 	@mkdir -p share/www/script/test
 	@cp test/javascript/tests/lorem*.txt share/www/script/test/
-	@dev/run -q --with-admin-party-please test/javascript/run
+	@dev/run -q --with-admin-party-please test/javascript/run $(tests)
 	@rm -rf share/www/script