You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/10/06 03:34:47 UTC

[GitHub] [openwhisk-release] rabbah commented on a change in pull request #349: Add a flag to remove the temporal directory.

rabbah commented on a change in pull request #349:
URL: https://github.com/apache/openwhisk-release/pull/349#discussion_r499987120



##########
File path: tools/rcverify.sh
##########
@@ -216,3 +218,9 @@ echo $(tput setaf 6)
 echo run the following command to remove the scratch space:
 echo "  rm -rf '$DIR'"
 echo $(tput sgr0)
+
+if [ "$REMOVE_DIR" = true ]; then

Review comment:
       if removing directory maybe don't emit the message above? That is turn this into an if then else?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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