From 211d5708c902847edfa924d42b59b9451a2a3db6 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Sun, 21 Sep 2014 21:31:16 +0000 Subject: [PATCH] Ignore a test program which doesn't compile at the moment. It will be addresed properly when integrating the DTrace tests with Kyua. --- tools/test/dtrace/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/test/dtrace/Makefile b/tools/test/dtrace/Makefile index 012a116097f..405d536b36f 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