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

Patrick Jenkins pjenkins at apple.com
Thu Jul 20 18:39:54 PDT 2006



Changes in directory llvm/utils:

NewNightlyTest.pl updated: 1.19 -> 1.20
---
Log message:

Fixed issue where nightly test always tells you you need to use -nickname


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

 NewNightlyTest.pl |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


Index: llvm/utils/NewNightlyTest.pl
diff -u llvm/utils/NewNightlyTest.pl:1.19 llvm/utils/NewNightlyTest.pl:1.20
--- llvm/utils/NewNightlyTest.pl:1.19	Thu Jul 20 20:34:01 2006
+++ llvm/utils/NewNightlyTest.pl	Thu Jul 20 20:39:42 2006
@@ -106,7 +106,7 @@
 #
 ##############################################################
 $CONFIGUREARGS="";
-
+$nickname="";
 $NOTEST=0;
 $NORUNNINGTESTS=0;
 
@@ -139,7 +139,6 @@
 	$CONFIGUREARGS .= "--with-externals=$ARGV[0]"; shift; next;
     }
     if (/^-nickname$/)   	{ $nickname = "$ARGV[0]"; shift; next; }
-    else{ $nickname=""; }
     if (/^-gccpath/)         { $CONFIGUREARGS .= 
     													   " CC=$ARGV[0]/gcc CXX=$ARGV[0]/g++"; 
                                $GCCPATH=$ARGV[0]; 






More information about the llvm-commits mailing list