summaryrefslogtreecommitdiff
path: root/mk/build/test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/build/test.mk')
-rw-r--r--mk/build/test.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/build/test.mk b/mk/build/test.mk
index d66ad8256d4..a0f31ea7396 100644
--- a/mk/build/test.mk
+++ b/mk/build/test.mk
@@ -1,4 +1,4 @@
-# $NetBSD: test.mk,v 1.12 2007/03/15 22:54:24 rillig Exp $
+# $NetBSD: test.mk,v 1.13 2007/12/01 11:11:54 rillig Exp $
#
# After the "build" phase, many packages provide some sort of self-test
# that can be run on the not-yet installed package. To enable these
@@ -112,8 +112,7 @@ test-check-interactive:
@${ERROR_MSG} "The test stage of this package requires user interaction"
@${ERROR_MSG} "Please test manually with:"
@${ERROR_MSG} " \"cd ${.CURDIR} && ${MAKE} test\""
- @${TOUCH} ${_INTERACTIVE_COOKIE}
- @${FALSE}
+ ${RUN} ${FALSE}
.else
@${DO_NADA}
.endif