Fix DTrace test ATF wrapper generation.

This commit is contained in:
Mark Johnston 2016-05-10 20:25:49 +00:00
parent ab11d379fa
commit aac4e902e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299388

View File

@ -18,7 +18,7 @@ TEST_METADATA.t_dtrace_contrib+= required_user="root"
GENTEST?= ${.CURDIR:H:H}/tools/gentest.sh
EXCLUDE= ${.CURDIR:H:H}/tools/exclude.sh
${TESTWRAPPER}.sh: ${GENTEST} ${EXCLUDE} ${${PACKAGE}FILES}
sh ${GENTEST} -e ${EXCLUDE} ${TESTGROUP} ${${TESTGROUP}:S/ */ /} > ${.TARGET}
sh ${GENTEST} -e ${EXCLUDE} ${TESTGROUP} ${${PACKAGE}FILES:S/ */ /} > ${.TARGET}
CLEANFILES+= ${TESTWRAPPER}.sh