From 1d7c30158d29b4044a09a6d4407fd7b8636f4aa5 Mon Sep 17 00:00:00 2001 From: wolf Date: Sat, 9 Jul 2005 01:52:57 +0000 Subject: [PATCH] Fix wrong html tags. git-svn-id: https://svn.dealii.org/trunk@11121 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/testsuite.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/development/testsuite.html b/deal.II/doc/development/testsuite.html index 59f7c167e4..32c7a69e93 100644 --- a/deal.II/doc/development/testsuite.html +++ b/deal.II/doc/development/testsuite.html @@ -485,8 +485,8 @@ int main () of system and compiler yields output files that are almost always equal to another one, and only a few tests yield different output. In this case, you would generate all output files (using - just make in tests/ will generate them), - then create a new directory in results/ for your + just make in tests/ will generate them), + then create a new directory in results/ for your combination, and populate it with the output files you generated. Then pick the existing directory for which the test results are closest to yours, and in your own copy delete all the -- 2.39.5