Skip to content

Commit

Permalink
ignore known pretend issues
Browse files Browse the repository at this point in the history
  • Loading branch information
toralf committed May 8, 2024
1 parent a5937e6 commit 6fb79c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ function finishTitle() {
}

function SendIssueMailIfNotYetReported() {
if ! grep -q -f /mnt/tb/data/IGNORE_ISSUES $issuedir/title; then
if ! grep -q -f /mnt/tb/data/IGNORE_ISSUES $issuedir/title && ! grep -q -f /mnt/tb/data/CATCH_ISSUES.pretend $issuedir/title; then
if ! grep -q -F -f $issuedir/title /mnt/tb/findings/ALREADY_CAUGHT; then
# chain "cat" by "echo" b/c "echo" is racy whilst "cat" buffers output till newline
# shellcheck disable=SC2005
Expand Down

0 comments on commit 6fb79c2

Please sign in to comment.