You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/21 23:51:27 UTC

[GitHub] pritidesai commented on a change in pull request #366: [WIP] Support more runtime types from bluemix host info.

pritidesai commented on a change in pull request #366: [WIP] Support more runtime types from bluemix host info.
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/366#discussion_r134357038
 
 

 ##########
 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 am getting this error when I run wskdeploy with -i false, are you sure these tests are successful?
   
   ```
   ./wskdeploy -i false -m tests/src/integration/flagstests/manifest.yaml 
   Error: unknown command "false" for "wskdeploy"
   Run 'wskdeploy --help' for usage.
   2017/08/21 16:49:19 unknown command "false" for "wskdeploy"
   ```
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services