diff options
Diffstat (limited to 'utils/NightlyTest.pl')
-rwxr-xr-x | utils/NightlyTest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/NightlyTest.pl b/utils/NightlyTest.pl index e3f118a7be..6b22295acf 100755 --- a/utils/NightlyTest.pl +++ b/utils/NightlyTest.pl @@ -33,7 +33,7 @@ use POSIX qw(strftime); 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"; |