mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Ignore a test program which doesn't compile at the moment. It will be
addresed properly when integrating the DTrace tests with Kyua.
This commit is contained in:
parent
9351ac6d69
commit
211d5708c9
1 changed files with 2 additions and 1 deletions
|
|
@ -85,7 +85,8 @@ IGNORE= \
|
|||
${TESTSRCDIR}/tst/common/ip/tst.localtcpstate.ksh \
|
||||
${TESTSRCDIR}/tst/common/ip/tst.remotetcpstate.ksh \
|
||||
${TESTSRCDIR}/tst/common/scripting/tst.projid.ksh \
|
||||
${TESTSRCDIR}/tst/common/scripting/tst.taskid.ksh
|
||||
${TESTSRCDIR}/tst/common/scripting/tst.taskid.ksh \
|
||||
${TESTSRCDIR}/tst/common/json/tst.usdt.c
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue