From 06522f2ecd5eaf6838e00a61fe4fa223be7cd6ea Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 13 Jul 2006 12:57:16 +0000 Subject: [PATCH] Update for svn git-svn-id: https://svn.dealii.org/trunk@13370 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/testsuite.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deal.II/doc/development/testsuite.html b/deal.II/doc/development/testsuite.html index 4902f408c2..af1f1e4187 100644 --- a/deal.II/doc/development/testsuite.html +++ b/deal.II/doc/development/testsuite.html @@ -144,11 +144,10 @@

Running it

- To run the testsuite, you first need subversion access to our source - repository. If you have that, do the following steps: + To run the testsuite, go into your deal.II directory and do this:

        cd /path/to/deal.II
-       subversion checkout tests
+       subversion checkout http://wolfgang.math.tamu.edu/svn/public/deal.II/trunk/tests
     
This should generate a tests/ directory parallel to the base/, lac/, etc directories. Then -- 2.39.5