Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-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 322EEEE84 for ; Tue, 25 Jun 2013 20:38:25 +0000 (UTC) Received: (qmail 32238 invoked by uid 500); 25 Jun 2013 20:38:25 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 32194 invoked by uid 500); 25 Jun 2013 20:38:25 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 32071 invoked by uid 99); 25 Jun 2013 20:38:24 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jun 2013 20:38:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 984621C2DE; Tue, 25 Jun 2013 20:38:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bowserj@apache.org To: commits@cordova.apache.org Date: Tue, 25 Jun 2013 20:38:32 -0000 Message-Id: <05e15fe4ac2248d790001802b3c364af@git.apache.org> In-Reply-To: <35fd65d44e0c4effa267d5049b97944f@git.apache.org> References: <35fd65d44e0c4effa267d5049b97944f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [9/9] js commit: Fixing grunt file with Jarrod's help Fixing grunt file with Jarrod's help Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/d2ee43fd Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/d2ee43fd Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/d2ee43fd Branch: refs/heads/2.9.x Commit: d2ee43fd9c780028565da45e04572363aff6f783 Parents: 23b36cf Author: Joe Bowser Authored: Tue Jun 25 13:38:04 2013 -0700 Committer: Joe Bowser Committed: Tue Jun 25 13:38:04 2013 -0700 ---------------------------------------------------------------------- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-js/blob/d2ee43fd/Gruntfile.js ---------------------------------------------------------------------- diff --git a/Gruntfile.js b/Gruntfile.js index f7c3b3d..7d46a11 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -161,7 +161,7 @@ module.exports = function(grunt) { grunt.registerTask('test', 'Runs test in node', function() { var done = this.async(); - require('./test/runner').node(); + require('./test/runner').node(done); }); grunt.registerTask('btest', 'Runs tests in the browser', function() {