rabbah commented on a change in pull request #2686: Docker for mac take 2
URL:
https://github.com/apache/incubator-openwhisk/pull/2686#discussion_r139049073
##########
File path: tests/src/test/scala/actionContainers/ActionContainer.scala
##########
@@ -90,7 +90,9 @@ object ActionContainer {
}
private lazy val dockerCmd: String = {
- val hostStr = if (WhiskProperties.onMacOSX()) {
+ val version = WhiskProperties.getProperty("whisk.version.name")
+ //check if we are running on docker-machine env
Review comment:
format comment - i know you like to make me happy :)
----------------------------------------------------------------
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