-
Notifications
You must be signed in to change notification settings - Fork 42
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chuckha The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
fixed! ptal @ashish-amarnath |
hack/verify-all.sh
Outdated
set -o nounset | ||
set -o pipefail | ||
|
||
# shellcheck source=/dev/null | ||
source "$(dirname "$0")/utils.sh" | ||
|
||
# set REPO_PATH | ||
readonly REPO_PATH=$(get_root_path) | ||
REPO_PATH=$(get_root_path) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
REPO_PATH=$(get_root_path) | |
readonly REPO_PATH=$(get_root_path) |
@@ -117,6 +121,11 @@ if [[ "${res}" = 0 ]]; then | |||
echo "All verify checks passed, congrats!" | |||
else | |||
echo "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can this be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is for aligning the output. It's nicer with it in.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Signed-off-by: Chuck Ha <chuckh@vmware.com>
/lgtm |
Signed-off-by: Chuck Ha chuckh@vmware.com
What this PR does / why we need it:
This PR cleans up the verify scripts to make the output tell us what failed in a clean way.