]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
run: Add --skip-tests option 115/head
authorShivani Bhardwaj <shivanib134@gmail.com>
Thu, 11 Jul 2019 14:14:55 +0000 (19:44 +0530)
committerShivani Bhardwaj <shivanib134@gmail.com>
Thu, 29 Aug 2019 04:40:50 +0000 (10:10 +0530)
commit2c2773d082ead0e919044f66249f282f3ea288a8
treef342dfe2098a15ad06891aef185ed534965e82fd
parent779c5ff7c7f0dd9ec0c8579488b944d405f1ed46
run: Add --skip-tests option

Given the ever increasing number of tests, give the developer an option
to skip tests based on patterns. Multiple patterns can be provided
separated by commas.

Usage
=====
```
 $  python ../suricata-verify/run.py --skip-tests evad,draft
```

As a result, all the tests containing "evad" or "draft" in their names.
run.py