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 E35D6104ED for ; Sat, 24 Oct 2015 18:53:13 +0000 (UTC) Received: (qmail 62919 invoked by uid 500); 24 Oct 2015 18:53:07 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 62873 invoked by uid 500); 24 Oct 2015 18:53:07 -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 62773 invoked by uid 99); 24 Oct 2015 18:53:07 -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; Sat, 24 Oct 2015 18:53:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 34160E0A00; Sat, 24 Oct 2015 18:53:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sebastianro@apache.org To: commits@couchdb.apache.org Date: Sat, 24 Oct 2015 18:53:07 -0000 Message-Id: <822b17e7da294168b69e4e1685a67cca@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] fauxton commit: updated refs/heads/master to 437219f Repository: couchdb-fauxton Updated Branches: refs/heads/master 9b99f5234 -> 437219f90 Allow tests to run on windows Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/80104dd0 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/80104dd0 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/80104dd0 Branch: refs/heads/master Commit: 80104dd0b79ee2b49605086a43e498ab942431cb Parents: 1468b1d Author: sebastianrothbucher Authored: Sun Oct 18 15:44:49 2015 +0200 Committer: sebastianrothbucher Committed: Sun Oct 18 15:44:49 2015 +0200 ---------------------------------------------------------------------- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/80104dd0/Gruntfile.js ---------------------------------------------------------------------- diff --git a/Gruntfile.js b/Gruntfile.js index e9f36aa..bb7fa37 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -402,7 +402,7 @@ module.exports = function (grunt) { }, phantomjs: { - command: './node_modules/phantomjs/bin/phantomjs --debug=false ' + + command: 'node ./node_modules/phantomjs/bin/phantomjs --debug=false ' + '--ssl-protocol=sslv2 --web-security=false --ignore-ssl-errors=true ' + './node_modules/mocha-phantomjs/lib/mocha-phantomjs.coffee test/runner.html' }