dubeejw commented on a change in pull request #2520: Prints bashauto-completion install script to STDOUT URL: https://github.com/apache/incubator-openwhisk/pull/2520#discussion_r131414279
########## File path: tests/src/test/scala/system/basic/WskSdkTests.scala ########## @@ -108,4 +108,10 @@ class WskSdkTests } } + it should "print bash command completion script to STDOUT" in { + val msg = "bash completion for wsk" // Subject to change, dependent on Cobra script + + val stdout = wsk.cli(Seq("sdk", "install", "bashauto", "--stdout"), expectedExitCode = SUCCESS_EXIT).stdout Review comment: Remove `expectedExitCode = SUCCESS_EXIT` ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services