mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
GH-2258: Add skip decorator to DNS unit tests
This commit is contained in:
parent
48486b4156
commit
47bcd2cbeb
2 changed files with 15 additions and 9 deletions
|
@ -39,7 +39,7 @@ function run_unit_tests {
|
|||
banner "Running unit tests"
|
||||
|
||||
pushd build
|
||||
(. ./zeek-path-dev.sh && zeek --test) || result=1
|
||||
(. ./zeek-path-dev.sh && zeek --test --no-skip) || result=1
|
||||
popd
|
||||
return 0
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue