summaryrefslogtreecommitdiffstats
path: root/fortune
diff options
context:
space:
mode:
authorjmmv <jmmv@NetBSD.org>2008-03-23 19:48:57 +0000
committerjmmv <jmmv@NetBSD.org>2008-03-23 19:48:57 +0000
commit26c9b457e8b50f36537c042aa5ad7083160b4140 (patch)
tree9ab013d1f5feccfab81d06e158dffa3884361317 /fortune
parentda87ecb8460cacb415adcb6c28e03e598bb8f010 (diff)
downloadbsdgames-darwin-26c9b457e8b50f36537c042aa5ad7083160b4140.tar.gz
bsdgames-darwin-26c9b457e8b50f36537c042aa5ad7083160b4140.tar.zst
bsdgames-darwin-26c9b457e8b50f36537c042aa5ad7083160b4140.zip
Add a tip explaining how to run the tests in /usr/tests.
Diffstat (limited to 'fortune')
-rw-r--r--fortune/datfiles/netbsd-tips8
1 files changed, 8 insertions, 0 deletions
diff --git a/fortune/datfiles/netbsd-tips b/fortune/datfiles/netbsd-tips
index 0c69be03..adf70edb 100644
--- a/fortune/datfiles/netbsd-tips
+++ b/fortune/datfiles/netbsd-tips
@@ -133,3 +133,11 @@ NetBSD's default cron jobs are defined in the /var/cron/tabs/root
file. As the superuser, use "crontab -l" to view it. To edit it,
use "crontab -e" (which defaults to using the vi(1) editor).
%
+You can make sure that your system is stable and behaves correctly by
+running the tests in /usr/tests (which come from the tests.tgz set).
+To do so:
+
+ vi /etc/atf/NetBSD.conf
+ cd /usr/tests
+ atf-run | atf-report
+%