Skip to content

Commit

Permalink
grep
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwinger233 committed Nov 26, 2023
1 parent c283160 commit d6ca22c
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
Expand Up @@ -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 d6ca22c

Please sign in to comment.