dubeejw commented on a change in pull request #2544: Allow CLI to Save Code
from Action (Review)
URL:
https://github.com/apache/incubator-openwhisk/pull/2544#discussion_r137355378
##########
File path: tests/src/test/scala/whisk/core/cli/test/WskBasicUsageTests.scala
##########
@@ -826,6 +828,72 @@ class WskBasicUsageTests
s"(?i)action
/${namespace}/${actNameNoDescOrParams}\\s*\\(parameters: none defined\\)")
}
+ it should "save action code to file" in withAssetCleaner(wskprops) {
+ (wp, assetHelper) =>
+ val name = "saveAction"
+ val seqName = "seqName"
+ val dockerName = "dockerName"
+ val containerName =
s"bogus${Random.alphanumeric.take(16).mkString.toLowerCase}"
+ val saveName = s"save-as-$name.js"
+ val currentDir = System.getProperty("user.dir")
Review comment:
The directory used is based on what directory the CLI is be executed from.
----------------------------------------------------------------
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