From: kanschat Date: Tue, 17 Feb 2009 17:16:19 +0000 (+0000) Subject: replace links to test data pages by a more persistent link X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0faa78f01cf3065926c12780a31dc33d150b7702;p=dealii-svn.git replace links to test data pages by a more persistent link git-svn-id: https://svn.dealii.org/trunk@18391 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/development/navbar.html b/deal.II/doc/development/navbar.html index 8d2ccb05e0..7d92bfbccf 100644 --- a/deal.II/doc/development/navbar.html +++ b/deal.II/doc/development/navbar.html @@ -31,22 +31,11 @@
- Testsuite -

- Regression tests
- Build test results
- Running tests -

- -
- Resources

Recent changes
- Mailing list
+ Mailing lists
+ Test suite
Wiki

diff --git a/deal.II/doc/development/testsuite.html b/deal.II/doc/development/testsuite.html index 32021706f4..a92f7be010 100644 --- a/deal.II/doc/development/testsuite.html +++ b/deal.II/doc/development/testsuite.html @@ -32,11 +32,11 @@ different systems and with different compilers as well as different configuration options. Results are collected in a database and can be accessed online.

+ href="http://www.dealii.org/testsuite.html">online.

Running the build test suite is simple and we encourage deal.II users with configurations not found on the build test page to + href="http://www.dealii.org/testsuite.html">test suite page to participate. Assuming you checked out deal.II into the directory dealtest, running it is as simple as (you may want to pass different options than the ones given as BUILDTESTFLAGS to @@ -133,7 +133,7 @@ in both cases to make sure that future changes do not break what we have just checked in. In addition, some machines run the tests every night and send the results back home; this is then converted - into a webpage showing the status of our regression tests.

@@ -248,8 +248,8 @@ instead. This does all the same stuff, but also mails the test result to our central mail result server which will in regular intervals (at least once a day) munge these mails and present them - on our regression test site. This way, people can + on our test site. This way, people can get an overview of what tests fail. You may even consider running tests nightly through a cron-job with this command, to have regular test runs.