mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
Fix DTrace test ATF wrapper generation.
This commit is contained in:
parent
ab11d379fa
commit
aac4e902e1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299388
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user