You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mm...@apache.org on 2014/05/08 16:30:28 UTC

git commit: Fixing failing CLI tests by removing 'experimental' key

Repository: cordova-cli
Updated Branches:
  refs/heads/master 6acfe7b83 -> 3d7db9214


Fixing failing CLI tests by removing 'experimental' key

Our cli tests expect that *exactly* a very strict set of options to be passed
on to handlers, instead of making sure that *at least* that set is
passed.


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

Branch: refs/heads/master
Commit: 3d7db92149380c88cb4b15d4bc27a5e08688d017
Parents: 6acfe7b
Author: Michal Mocny <mm...@gmail.com>
Authored: Thu May 8 10:28:32 2014 -0400
Committer: Michal Mocny <mm...@gmail.com>
Committed: Thu May 8 10:28:32 2014 -0400

----------------------------------------------------------------------
 src/cli.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/3d7db921/src/cli.js
----------------------------------------------------------------------
diff --git a/src/cli.js b/src/cli.js
index 762cfaa..3244a0a 100644
--- a/src/cli.js
+++ b/src/cli.js
@@ -67,7 +67,6 @@ module.exports = function CLI(inputArgs) {
             options: [],
             verbose: (args.d || args.verbose),
             silent: args.silent,
-            experimental: args.experimental
         };
 
     // For CrodovaError print only the message without stack trace.