pritidesai commented on a change in pull request #366: Support more runtime types from bluemix host info. URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/366#discussion_r134899296
########## File path: tests/src/integration/common/wskdeploy.go ########## @@ -47,17 +47,17 @@ func (wskdeploy *Wskdeploy) RunCommand(s ...string) ([]byte, error) { } func (wskdeploy *Wskdeploy) Deploy(manifestPath string, deploymentPath string) ([]byte, error) { - return wskdeploy.RunCommand("-m", manifestPath, "-d", deploymentPath) + return wskdeploy.RunCommand("-i ", "false", "-m", manifestPath, "-d", deploymentPath) Review comment: @lzbj I think the intent here was to disable interactive mode, but now like Matt is saying it is disabled by default, so you don't need this flag "-i" here at all. If you specify "-i" now on wskdeploy CMD line, interactive mode is turned on. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services