Skip to content

Commit

Permalink
exclude docker pull unauth errors from failing setup since they'll be…
Browse files Browse the repository at this point in the history
… retried
  • Loading branch information
jertel committed Sep 14, 2023
1 parent 183c530 commit e067b71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup/so-verify
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ log_has_errors() {
grep -vE "/nsm/rules/yara*" | \
grep -vE "Failed to restart snapd" | \
grep -vE "Login Failed Details" | \
grep -vE "response from daemon: unauthorized" | \
grep -vE "Running scope as unit" &> "$error_log"

if [[ $? -eq 0 ]]; then
Expand Down

0 comments on commit e067b71

Please sign in to comment.