LLVM CVS repository has moved.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9099 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/NightlyTest.pl b/utils/NightlyTest.pl
index e3f118a..6b22295 100755
--- a/utils/NightlyTest.pl
+++ b/utils/NightlyTest.pl
@@ -33,7 +33,7 @@
my $HOME = $ENV{'HOME'};
my $CVSRootDir = $ENV{'CVSROOT'};
-my $CVSRootDir = "/home/vadve/vadve/Research/DynOpt/CVSRepository"
+my $CVSRootDir = "/home/vadve/shared/PublicCVS"
unless $CVSRootDir;
my $BuildDir = "$HOME/buildtest";
my $WebDir = "$HOME/cvs/testresults-X86";