Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
grep
Browse files Browse the repository at this point in the history
jschwinger233 committed Nov 26, 2023
1 parent 8360766 commit d1b3efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -82,5 +82,5 @@ jobs:
cat /tmp/log
cat /tmp/log | grep 'out@'
cat /tmp/log | grep -P 'nf_hook_slow@.*8888>80'
cat /tmp/log | grep -P 'nf_hook_slow+r@*23333>80'
cat /tmp/log | grep -P 'nf_hook_slow+\d@.*8888>80'
cat /tmp/log | grep -P 'nf_hook_slow+\d@.*23333>80'

0 comments on commit d1b3efe

Please sign in to comment.