From 05fe4b02561f4431626a73ac2900be523e233cd6 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 14 Mar 2006 05:39:39 +0000 Subject: Changes docs for llvm.cs.uiuc.edu -> llvm.org git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26746 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/TestingGuide.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/TestingGuide.html') diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index d2c3bd0663..2f88ada2ce 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -416,7 +416,7 @@ directory to run them.

  1. cd into the llvm/projects directory
  2. check out the llvm-test module with:
    - cvs -d :pserver:anon@llvm.cs.uiuc.edu:/var/cvs/llvm co -PR llvm-test
    + cvs -d :pserver:anon@llvm.org:/var/cvs/llvm co -PR llvm-test
    This will get the test suite into llvm/projects/llvm-test
  3. configure the test suite. You can do this one of two ways:
      @@ -468,7 +468,7 @@ will help you separate benign warnings from actual test failures.

      -The LLVM Nightly Testers +The LLVM Nightly Testers automatically check out an LLVM tree, build it, run the "nightly" program test (described above), run all of the feature and regression tests, and then delete the checked out tree. This tester is designed to ensure that @@ -492,7 +492,7 @@ The optimized x86 Linux nightly test is run from just such a script:

       #!/bin/bash
       BASE=/proj/work/llvm/nightlytest
      -export CVSROOT=:pserver:anon@llvm.cs.uiuc.edu:/var/cvs/llvm
      +export CVSROOT=:pserver:anon@llvm.org:/var/cvs/llvm
       export BUILDDIR=$BASE/build 
       export WEBDIR=$BASE/testresults 
       export LLVMGCCDIR=/proj/work/llvm/cfrontend/install
      @@ -521,7 +521,7 @@ we'll link your page to the global tester page.  Thanks!

      src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /> John T. Criswell, Reid Spencer, and Tanya Lattner
      - The LLVM Compiler Infrastructure
      + The LLVM Compiler Infrastructure
      Last modified: $Date$ -- cgit v1.2.3-70-g09d2