aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-26 20:11:07 +0000
committerChris Lattner <sabre@nondot.org>2003-06-26 20:11:07 +0000
commitc0f33b5e8b817e19c03458b8e8147f9f07a495b7 (patch)
treef6b3a2b540faed400597e2d761eec0c6b2e7c369
parent5e00157c5a96d1abea72f5dd3964173be5ace0f6 (diff)
downloadexternal_llvm-c0f33b5e8b817e19c03458b8e8147f9f07a495b7.zip
external_llvm-c0f33b5e8b817e19c03458b8e8147f9f07a495b7.tar.gz
external_llvm-c0f33b5e8b817e19c03458b8e8147f9f07a495b7.tar.bz2
Modify script to support checkins on branches
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6921 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xutils/NightlyTest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/NightlyTest.pl b/utils/NightlyTest.pl
index 1a56b97..d0ddec3 100755
--- a/utils/NightlyTest.pl
+++ b/utils/NightlyTest.pl
@@ -229,7 +229,7 @@ my $DateRE = "[-:0-9 ]+\\+[0-9]+";
# Loop over every record from the CVS history, filling in the hashes.
foreach $File (@CVSHistory) {
my ($Type, $Date, $UID, $Rev, $Filename);
- if ($File =~ /([AMRUGC])\s($DateRE)\s([^\s]+)\s+([0-9.]+)\s+([^\s]+)\s+([^\s]+)/) {
+ if ($File =~ /([AMRUGC])\s($DateRE)\s([^\s].......) (.[0-9.]*)\s+([^\s]+)\s+([^\s]+)/) {
($Type, $Date, $UID, $Rev, $Filename) = ($1, $2, $3, $4, "$6/$5");
} elsif ($File =~ /([W])\s($DateRE)\s([^\s]+) +([^\s]+)\s+([^\s]+)/) {
($Type, $Date, $UID, $Rev, $Filename) = ($1, $2, $3, $4, "$6/$5");