Skip to content

Commit

Permalink
workflows: use debug-failed for s-v run
Browse files Browse the repository at this point in the history
  • Loading branch information
inashivb committed Jul 26, 2023
1 parent cdd6e20 commit 77faa88
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ jobs:
- name: Extracting suricata-verify
run: tar xf prep/suricata-verify.tar.gz
- name: Running suricata-verify
run: python3 ./suricata-verify/run.py -q
run: python3 ./suricata-verify/run.py -q --debug-failed
# Now install and make sure headers and libraries aren't
# installed until requested.
- run: make install
Expand Down Expand Up @@ -581,7 +581,7 @@ jobs:
- name: Extracting suricata-verify
run: tar xf prep/suricata-verify.tar.gz
- name: Running suricata-verify
run: python3 ./suricata-verify/run.py -q
run: python3 ./suricata-verify/run.py -q --debug-failed
- run: make install
- run: suricata-update -V
- run: suricatasc -h
Expand Down Expand Up @@ -671,7 +671,7 @@ jobs:
- name: Extracting suricata-verify
run: tar xf prep/suricata-verify.tar.gz
- name: Running suricata-verify
run: python3 ./suricata-verify/run.py -q
run: python3 ./suricata-verify/run.py -q --debug-failed
- run: make install
- run: suricata-update -V
- run: suricatasc -h
Expand Down Expand Up @@ -751,7 +751,7 @@ jobs:
- name: Extracting suricata-verify
run: tar xf prep/suricata-verify.tar.gz
- name: Running suricata-verify
run: python3 ./suricata-verify/run.py -q
run: python3 ./suricata-verify/run.py -q --debug-failed
- run: make install
- run: suricata-update -V
- run: suricatasc -h
Expand Down Expand Up @@ -1531,7 +1531,7 @@ jobs:
run: |
./src/suricata --build-info
./src/suricata -u -l /tmp/
python3 ./suricata-verify/run.py -q
python3 ./suricata-verify/run.py -q --debug-failed
windows-msys2-mingw64-windivert:
name: Windows MSYS2 MINGW64 (WinDivert)
Expand Down

0 comments on commit 77faa88

Please sign in to comment.