diff options
-rw-r--r-- | web/input/development.md | 4 | ||||
-rw-r--r-- | web/input/tests.md | 21 |
2 files changed, 0 insertions, 25 deletions
diff --git a/web/input/development.md b/web/input/development.md index 36afb0b..bfc799d 100644 --- a/web/input/development.md +++ b/web/input/development.md | |||
@@ -47,9 +47,6 @@ commands: | |||
47 | 47 | ||
48 | Also see our testing-related [development FAQs][dev-faq]. | 48 | Also see our testing-related [development FAQs][dev-faq]. |
49 | 49 | ||
50 | Regular tests of the latest code are scheduled automatically on various | ||
51 | platforms, the results can be [viewed online][tests]. | ||
52 | |||
53 | [team]: team.html "Monitoring Plugins Development Team" | 50 | [team]: team.html "Monitoring Plugins Development Team" |
54 | [nagios]: http://www.nagios.org/ "Nagios" | 51 | [nagios]: http://www.nagios.org/ "Nagios" |
55 | [github]: https://github.com/ "GitHub" | 52 | [github]: https://github.com/ "GitHub" |
@@ -65,6 +62,5 @@ platforms, the results can be [viewed online][tests]. | |||
65 | [github-ci-actions]: https://github.com/monitoring-plugins/monitoring-plugins/actions "Monitoring Plugins - Github Workflows" | 62 | [github-ci-actions]: https://github.com/monitoring-plugins/monitoring-plugins/actions "Monitoring Plugins - Github Workflows" |
66 | [coverity]: https://scan.coverity.com/ "Coverity Scan" | 63 | [coverity]: https://scan.coverity.com/ "Coverity Scan" |
67 | [coverity-project]: https://scan.coverity.com/projects/1435 "Monitoring Plugins at Coverity Scan" | 64 | [coverity-project]: https://scan.coverity.com/projects/1435 "Monitoring Plugins at Coverity Scan" |
68 | [tests]: tests.html "Test Results" | ||
69 | 65 | ||
70 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %--> | 66 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %--> |
diff --git a/web/input/tests.md b/web/input/tests.md deleted file mode 100644 index 455bd82..0000000 --- a/web/input/tests.md +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | title: Test Results | ||
2 | parent: Development | ||
3 | --- | ||
4 | |||
5 | # Test Results | ||
6 | |||
7 | The following table lists the latest automated test results for various | ||
8 | platforms. The build and test logs can be viewed by following the | ||
9 | corresponding links. | ||
10 | |||
11 | <object data="https://labs.consol.de/monitoring-plugins/logs/HEADER2.html" style="width: 900px; height: 505px"> | ||
12 | [Test results][results] | ||
13 | </object> | ||
14 | |||
15 | Thanks go to Sven Nierlein for setting up the tests and to [his | ||
16 | employer][consol] for providing the resources. | ||
17 | |||
18 | [results]: https://labs.consol.de/monitoring-plugins/logs/HEADER.html "Test Results" | ||
19 | [consol]: http://www.consol.com/ "ConSol Software GmbH" | ||
20 | |||
21 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %--> | ||