[ https://issues.apache.org/jira/browse/CB-7358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105746#comment-14105746 ]
ASF subversion and git services commented on CB-7358: ----------------------------------------------------- Commit 131123348544ec8cc2ecb8e2b8800c94cd643c75 in cordova-cli's branch refs/heads/master from [~lorin] [ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=1311233 ] [CB-7358] cli spec mocks console log to avoid polluting test output while testing > [CLI] [tests] > ------------- > > Key: CB-7358 > URL: https://issues.apache.org/jira/browse/CB-7358 > Project: Apache Cordova > Issue Type: Bug > Reporter: Lorin Beer > Assignee: Lorin Beer > > cordova-cli test suite outputs jank while running tests > jank includes multiple repetitions of the help string. > solution: mock or redirect console.log to avoid polluting output > {code} > Synopsis > cordova command [options] > Global Commands > create ............................. Create a project > help ............................... Get help for a command > Project Commands > info ............................... Generate project information > platform ........................... Manage project platforms > plugin ............................. Manage project plugins > prepare ............................ Copy files into platform(s) for > building > compile ............................ Build platform(s) > run ................................ Run project > (including prepare && compile) > serve .............................. Run project with a local webserver > (including prepare) > aliases: > build -> cordova prepare && cordova compile > emulate -> cordova run --emulator > Experimental Commands > These commands require the --experimental flag. > save ............................... Save installed platforms/plugins > restore ............................ Restore saved platforms/plugins > Command-line Flags/Options > -v, --version ...................... prints out this utility's version > -d, --verbose ...................... debug mode produces verbose log > output for all activity, > including output of sub-commands > cordova invokes > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)