]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
Add a tip explaining how to run the tests in /usr/tests.
authorjmmv <jmmv@NetBSD.org>
Sun, 23 Mar 2008 19:48:57 +0000 (19:48 +0000)
committerjmmv <jmmv@NetBSD.org>
Sun, 23 Mar 2008 19:48:57 +0000 (19:48 +0000)
fortune/datfiles/netbsd-tips

index 0c69be03152c0bb0ad63261b7bc64f2bb0123f23..adf70edbe33f99fff78aeeb75776e8ad35d74b31 100644 (file)
@@ -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
+%