Actions
Bug #4092
open
JI
SB
suricata-verify: --debug-failed does not work with --fail
Bug #4092:
suricata-verify: --debug-failed does not work with --fail
Affected Versions:
Effort:
Difficulty:
Label:
Python
Description
--fail is an option to stop executing tests after the first failure. However, it exits the process before --debug-failed can do its thing. Instead of exiting the process, --fail should probably just cause the test loop to exit, so --debug-failed can do its thing.
Example command to see no --debug-failed output:
python3 ../../suricata-verify/run.py --force --debug-failed --fail erspan
Instead we should see some debug-failed output like you get with:
python3 ../../suricata-verify/run.py --force --debug-failed erspan
JI Updated by Jason Ish over 5 years ago
- Description updated (diff)
DM Updated by Dingani Muzimba over 5 years ago
- Assignee set to Dingani Muzimba
JI Updated by Jason Ish over 4 years ago
- Assignee changed from Dingani Muzimba to Jason Ish
- Target version set to Support
- Label Python added
- Label deleted (
Outreachy)
VJ Updated by Victor Julien almost 4 years ago
- Status changed from New to Assigned
- Assignee changed from Jason Ish to Shivani Bhardwaj
- Target version changed from Support to QA
Actions