aboutsummaryrefslogtreecommitdiff
path: root/devel/tcllib
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2006-10-09 21:40:57 +0000
committerMikhail Teterin <mi@FreeBSD.org>2006-10-09 21:40:57 +0000
commite529f3b13845349524a604705b159d46d185a82a (patch)
tree117464dbddf8541212c6f32aa721e2ba99045259 /devel/tcllib
parente289613b88e1fcf25645b6cc50620fc77a102448 (diff)
downloadports-e529f3b13845349524a604705b159d46d185a82a.tar.gz
ports-e529f3b13845349524a604705b159d46d185a82a.zip
In case of a self-test failure, include the output of "uname -a" in the
output to speed up problem resolution.
Notes
Notes: svn path=/head/; revision=175153
Diffstat (limited to 'devel/tcllib')
-rw-r--r--devel/tcllib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/tcllib/Makefile b/devel/tcllib/Makefile
index 898bb9279ddf..3b0ae79a7788 100644
--- a/devel/tcllib/Makefile
+++ b/devel/tcllib/Makefile
@@ -74,6 +74,7 @@ test:
@set -x ; if ! (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} test); \
then \
${CAT} ${WRKSRC}/testlog.failures; \
+ ${UNAME} -a \
${FALSE}; \
fi