mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 05:00:26 +00:00
NewNightlyTest: Include minutes/seconds in log file names, to support running
multiple runs per day (insane, I know). Also, remove some unused variables. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74605 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
38bc2d03fd
commit
42cdc3878e
@ -122,9 +122,7 @@ $LLVMTestDir = "$BuildDir/llvm/projects/llvm-test" unless $LLVMTestDir;
|
||||
#
|
||||
##############################################################
|
||||
@TIME = localtime;
|
||||
my $DATE = sprintf "%4d-%02d-%02d", $TIME[5]+1900, $TIME[4]+1, $TIME[3];
|
||||
my $DateString = strftime "%B %d, %Y", localtime;
|
||||
my $TestStartTime = gmtime() . "GMT<br>" . localtime() . " (local)";
|
||||
my $DATE = sprintf "%4d-%02d-%02d_%02d-%02d", $TIME[5]+1900, $TIME[4]+1, $TIME[3], $TIME[1], $TIME[0];
|
||||
|
||||
##############################################################
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user