mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
kqueue tests: Re-enable kqueue proc tests
- Some EVFILT_PROC bugs were fixed around the time that the tests were disabled. - I can't reproduce any failures locally. - Jenkins logs referenced from the PR are gone, so let's re-enable the tests and see whether a problem persists. PR: 233586 MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
3aaed4cb8c
commit
bc7512cc58
1 changed files with 1 additions and 4 deletions
|
|
@ -1,11 +1,8 @@
|
|||
#!/bin/sh
|
||||
# $FreeBSD$
|
||||
|
||||
# Temporarily disable evfilt_proc tests: https://bugs.freebsd.org/233586
|
||||
skip="--no-proc"
|
||||
|
||||
i=1
|
||||
"$(dirname $0)/kqtest" ${skip} | while read line; do
|
||||
"$(dirname $0)/kqtest" | while read line; do
|
||||
echo $line | grep -q passed
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "ok - $i $line"
|
||||
|
|
|
|||
Loading…
Reference in a new issue