diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-28 15:10:31 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-28 15:10:31 (GMT) |
commit | 22de59d0efa09ba8c610ff7ae6d76cd319ec6c52 (patch) | |
tree | 4c616e6d365f9ec18140974d8f53dcc1ea688526 /doc | |
parent | f6576c6db4eeb655f16a71286757e4a93792887d (diff) | |
download | monitoring-plugins-22de59d0efa09ba8c610ff7ae6d76cd319ec6c52.tar.gz |
developer-guidelines.sgml: Remove Tinderbox link
We don't run a Tinderbox instance anymore. (Noted by "zathras" on IRC.)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-guidelines.sgml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index 61b9f17..15b229b 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml | |||
@@ -678,11 +678,6 @@ To run a test, from the top level directory, run "make test". This will run | |||
678 | all the current tests and report an overall success rate. | 678 | all the current tests and report an overall success rate. |
679 | </para> | 679 | </para> |
680 | 680 | ||
681 | <para> | ||
682 | See the <ulink url="http://tinderbox.opsera.com">Nagios Plugins Tinderbox server</ulink> | ||
683 | for the daily test results. | ||
684 | </para> | ||
685 | |||
686 | <section><title>Test cases for plugins</title> | 681 | <section><title>Test cases for plugins</title> |
687 | <para>These use perl's Test::More. To do a one time test, run "cd plugins && perl t/check_disk.t". | 682 | <para>These use perl's Test::More. To do a one time test, run "cd plugins && perl t/check_disk.t". |
688 | </para> | 683 | </para> |