updating options
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/479d892b Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/479d892b Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/479d892b Branch: refs/heads/future Commit: 479d892b2f48d821273ff00b2c8e003f6680531b Parents: a2fbc04 Author: Anis Kadri <[email protected]> Authored: Tue Apr 2 20:06:27 2013 -0700 Committer: Anis Kadri <[email protected]> Committed: Tue Apr 2 20:06:27 2013 -0700 ---------------------------------------------------------------------- test/plugman.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/479d892b/test/plugman.js ---------------------------------------------------------------------- diff --git a/test/plugman.js b/test/plugman.js index 0222085..4db2553 100644 --- a/test/plugman.js +++ b/test/plugman.js @@ -91,7 +91,7 @@ exports['should revert ios install on failures'] = function (test) { var test_project_dir = path.join(test_dir, 'ios-config-xml'), test_plugin_dir = path.join(test_dir, 'FaultyPlugin'), srcDir = path.resolve(test_project_dir, 'SampleApp/Plugins'), - options = {silent: false}, + options = {silent: true}, command; // copy the ios test project to a temp directory
