projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c29bfb
)
Applied Reid's patch. Long live Subversion!
author
John Criswell
<criswell@uiuc.edu>
Fri, 29 Jun 2007 19:12:50 +0000
(19:12 +0000)
committer
John Criswell
<criswell@uiuc.edu>
Fri, 29 Jun 2007 19:12:50 +0000
(19:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37812
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/NewNightlyTest.pl
patch
|
blob
|
history
diff --git
a/utils/NewNightlyTest.pl
b/utils/NewNightlyTest.pl
index 2fa6d5edb4b5a43916e884db592e6ca646329f81..9b802efca55576a7007819fedfacdb35b333e12d 100755
(executable)
--- a/
utils/NewNightlyTest.pl
+++ b/
utils/NewNightlyTest.pl
@@
-122,7
+122,7
@@
my $TestStartTime = gmtime() . "GMT<br>" . localtime() . " (local)";
$CONFIGUREARGS="";
$nickname="";
$NOTEST=0;
-$USESVN=
0
;
+$USESVN=
1
;
$NORUNNINGTESTS=0;
$MAKECMD="make";
$SUBMITSERVER = "llvm.org";
@@
-170,7
+170,6
@@
while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
else { $GCCPATH=""; }
if (/^-cvstag/) { $CVSCOOPT .= " -r $ARGV[0]"; shift; next; }
else { $CVSCOOPT="";}
- if (/^-usesvn/) { $USESVN = 1; }
if (/^-svnurl/) { $SVNURL = $ARGV[0]; shift; next; }
if (/^-target/) { $CONFIGUREARGS .= " --target=$ARGV[0]";
shift; next; }