Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4F9791822D for ; Wed, 11 Nov 2015 23:07:17 +0000 (UTC) Received: (qmail 20162 invoked by uid 500); 11 Nov 2015 23:07:14 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 19658 invoked by uid 500); 11 Nov 2015 23:07:14 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 17766 invoked by uid 99); 11 Nov 2015 23:07:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Nov 2015 23:07:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 88422E5708; Wed, 11 Nov 2015 23:07:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Date: Wed, 11 Nov 2015 23:07:41 -0000 Message-Id: <1e944771eab241da8b20429bd29d599e@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [29/50] couchdb commit: updated refs/heads/2876-js-tests to bd19653 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/2876-js-tests Commit: e767957ac55227d2741a4988551fe7ff95cc220f Parents: af1c88b Author: Alexander Shorin Authored: Sat Oct 17 19:13:21 2015 +0300 Committer: Alexander Shorin 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