You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/11/25 01:36:17 UTC

cordova-coho git commit: removed execution of tests from nightly script

Repository: cordova-coho
Updated Branches:
  refs/heads/master 3b6c5ba41 -> e0d3781ae


removed execution of tests from nightly script


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

Branch: refs/heads/master
Commit: e0d3781ae518b0adbef3cd8414a070bf1e456829
Parents: 3b6c5ba
Author: Steve Gill <st...@gmail.com>
Authored: Mon Nov 24 16:36:11 2014 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Mon Nov 24 16:36:11 2014 -0800

----------------------------------------------------------------------
 src/nightly.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/e0d3781a/src/nightly.js
----------------------------------------------------------------------
diff --git a/src/nightly.js b/src/nightly.js
index 334f549..d446e61 100644
--- a/src/nightly.js
+++ b/src/nightly.js
@@ -114,7 +114,9 @@ module.exports = function*(argv) {
     yield npmlink();
 
     //run CLI + cordova-lib tests
-    yield runTests(cli, cordovaLib);
+    //NOTE: Commented out because of issues running on jenkins machine.
+    //Will rely on medic to test nightlys instead
+    //yield runTests(cli, cordovaLib);
 
     //create options object
     var options = {};


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org