mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-28 03:25:23 +00:00
NewNightlyTest: Unbreak passing the build directory via a positional argument.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86227 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -116,13 +116,6 @@ $TestSVNURL = 'http://llvm.org/svn/llvm-project' unless $TestSVNURL;
|
|||||||
my $BuildDir = $ENV{'BUILDDIR'};
|
my $BuildDir = $ENV{'BUILDDIR'};
|
||||||
my $WebDir = $ENV{'WEBDIR'};
|
my $WebDir = $ENV{'WEBDIR'};
|
||||||
|
|
||||||
my $LLVMSrcDir = $ENV{'LLVMSRCDIR'};
|
|
||||||
$LLVMSrcDir = "$BuildDir/llvm" unless $LLVMSrcDir;
|
|
||||||
my $LLVMObjDir = $ENV{'LLVMOBJDIR'};
|
|
||||||
$LLVMObjDir = "$BuildDir/llvm" unless $LLVMObjDir;
|
|
||||||
my $LLVMTestDir = $ENV{'LLVMTESTDIR'};
|
|
||||||
$LLVMTestDir = "$BuildDir/llvm/projects/llvm-test" unless $LLVMTestDir;
|
|
||||||
|
|
||||||
##############################################################
|
##############################################################
|
||||||
#
|
#
|
||||||
# Calculate the date prefix...
|
# Calculate the date prefix...
|
||||||
@@ -269,6 +262,13 @@ if ($nickname eq "") {
|
|||||||
"\"-nickname <nickname>\"");
|
"\"-nickname <nickname>\"");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
my $LLVMSrcDir = $ENV{'LLVMSRCDIR'};
|
||||||
|
$LLVMSrcDir = "$BuildDir/llvm" unless $LLVMSrcDir;
|
||||||
|
my $LLVMObjDir = $ENV{'LLVMOBJDIR'};
|
||||||
|
$LLVMObjDir = "$BuildDir/llvm" unless $LLVMObjDir;
|
||||||
|
my $LLVMTestDir = $ENV{'LLVMTESTDIR'};
|
||||||
|
$LLVMTestDir = "$BuildDir/llvm/projects/llvm-test" unless $LLVMTestDir;
|
||||||
|
|
||||||
##############################################################
|
##############################################################
|
||||||
#
|
#
|
||||||
# Define the file names we'll use
|
# Define the file names we'll use
|
||||||
|
Reference in New Issue
Block a user