mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
Switching to NewNightlyTest.php
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30394 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -67,7 +67,7 @@ use Socket;
|
|||||||
# webserver
|
# webserver
|
||||||
# -submit-script Specifies which script to call on the submit server. If
|
# -submit-script Specifies which script to call on the submit server. If
|
||||||
# this option is not specified it defaults to
|
# this option is not specified it defaults to
|
||||||
# /nightlytest/NightlyTestAccept.cgi. This is basically
|
# /nightlytest/NightlyTestAccept.php. This is basically
|
||||||
# everything after the www.yourserver.org.
|
# everything after the www.yourserver.org.
|
||||||
#
|
#
|
||||||
# CVSROOT is the CVS repository from which the tree will be checked out,
|
# CVSROOT is the CVS repository from which the tree will be checked out,
|
||||||
@@ -117,7 +117,7 @@ $NOTEST=0;
|
|||||||
$NORUNNINGTESTS=0;
|
$NORUNNINGTESTS=0;
|
||||||
$MAKECMD="make";
|
$MAKECMD="make";
|
||||||
$SUBMITSERVER = "llvm.org";
|
$SUBMITSERVER = "llvm.org";
|
||||||
$SUBMITSCRIPT = "/nightlytest/NightlyTestAccept.cgi";
|
$SUBMITSCRIPT = "/nightlytest/NightlyTestAccept.php";
|
||||||
|
|
||||||
while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
|
while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
|
||||||
shift;
|
shift;
|
||||||
@@ -470,11 +470,15 @@ if (!$NOCHECKOUT) {
|
|||||||
print "Build directory exists! Removing it\n";
|
print "Build directory exists! Removing it\n";
|
||||||
}
|
}
|
||||||
system "rm -rf $BuildDir";
|
system "rm -rf $BuildDir";
|
||||||
|
mkdir $BuildDir or die "Could not create CVS checkout directory $BuildDir!";
|
||||||
} else {
|
} else {
|
||||||
die "CVS checkout directory $BuildDir already exists!";
|
if ( $VERBOSE ) {
|
||||||
|
print "Build directory exists!\n";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
mkdir $BuildDir or die "Could not create CVS checkout directory $BuildDir!";
|
||||||
}
|
}
|
||||||
mkdir $BuildDir or die "Could not create CVS checkout directory $BuildDir!";
|
|
||||||
}
|
}
|
||||||
ChangeDir( $BuildDir, "CVS checkout directory" );
|
ChangeDir( $BuildDir, "CVS checkout directory" );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user