Actions
Bug #4092
opensuricata-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
Updated by Jason Ish about 3 years ago
- Assignee changed from Dingani Muzimba to Jason Ish
- Target version set to Support
- Label Python added
- Label deleted (
Outreachy)
Updated by Victor Julien over 2 years ago
- Status changed from New to Assigned
- Assignee changed from Jason Ish to Shivani Bhardwaj
- Target version changed from Support to QA
Actions