dubeejw commented on a change in pull request #2621: Replace the test cases 
with REST implementation
URL: 
https://github.com/apache/incubator-openwhisk/pull/2621#discussion_r137960658
 
 

 ##########
 File path: tests/src/test/scala/common/Wsk.scala
 ##########
 @@ -908,6 +771,15 @@ class WskApi()
             { apiname map { a => Seq("--apiname", a) } getOrElse Seq() } ++
             { swagger map { s => Seq("--config-file", s) } getOrElse Seq() } ++
             { responsetype map { t => Seq("--response-type", t) } getOrElse 
Seq() }
+        println(if (basepath == None) "" else basepath.get)
 
 Review comment:
   Remove `println()` calls.
 
----------------------------------------------------------------
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