mrutkows 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_r134838424
 
 

 ##########
 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:
   Just merged 
https://github.com/apache/incubator-openwhisk-wskdeploy/pull/375, we now have 
the flag "UserInteractive" (default to false), but need to verify on this issue 
if it had the desired effect.
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to