summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2014-09-21 21:31:16 +0000
committermarkj <markj@FreeBSD.org>2014-09-21 21:31:16 +0000
commit1954754af90d47b3eb8443541deb33f0c20f87c1 (patch)
tree4d7481dd805cc2576faef29b246c124349e26ce1 /tools
parentdccb83bb7595af99458935b0c81581e5d4de4707 (diff)
downloadFreeBSD-src-1954754af90d47b3eb8443541deb33f0c20f87c1.zip
FreeBSD-src-1954754af90d47b3eb8443541deb33f0c20f87c1.tar.gz
Ignore a test program which doesn't compile at the moment. It will be
addresed properly when integrating the DTrace tests with Kyua.
Diffstat (limited to 'tools')
-rw-r--r--tools/test/dtrace/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/test/dtrace/Makefile b/tools/test/dtrace/Makefile
index 012a116..405d536 100644
--- a/tools/test/dtrace/Makefile
+++ b/tools/test/dtrace/Makefile
@@ -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
OpenPOWER on IntegriCloud