[llvm-commits] CVS: llvm/utils/NightlyTest.pl

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 13 20:23:01 PDT 2003


Changes in directory llvm/utils:

NightlyTest.pl updated: 1.34 -> 1.35

---
Log message:

Fix bug in script


---
Diffs of the changes:  (+1 -1)

Index: llvm/utils/NightlyTest.pl
diff -u llvm/utils/NightlyTest.pl:1.34 llvm/utils/NightlyTest.pl:1.35
--- llvm/utils/NightlyTest.pl:1.34	Mon Oct 13 15:28:48 2003
+++ llvm/utils/NightlyTest.pl	Mon Oct 13 20:22:08 2003
@@ -33,7 +33,7 @@
 
 my $HOME = $ENV{'HOME'};
 my $CVSRootDir = $ENV{'CVSROOT'};
-my $CVSRootDir = "/home/vadve/shared/PublicCVS"
+   $CVSRootDir = "/home/vadve/shared/PublicCVS"
     unless $CVSRootDir;
 my $BuildDir   = "$HOME/buildtest";
 my $WebDir     = "$HOME/cvs/testresults-X86";





More information about the llvm-commits mailing list