diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-01-17 18:39:29 -0800 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-01-17 18:39:29 -0800 |
commit | 617f302808d24fa11fab49b21b71fe644ca7b053 (patch) | |
tree | d3a4674aa842bc3166fabe6986b3d0ed54ce339a /tests/autotest-report.pl | |
parent | 8e95f0d88947631162f5ed1fc5427b414425604b (diff) |
tests: Use Git instead of Subversion in autotest
Diffstat (limited to 'tests/autotest-report.pl')
-rw-r--r-- | tests/autotest-report.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/autotest-report.pl b/tests/autotest-report.pl index b5ebd8c..9eebf39 100644 --- a/tests/autotest-report.pl +++ b/tests/autotest-report.pl @@ -128,7 +128,7 @@ while (<>) $defines{$_} = 1 foreach (split /,/, $defineset); &insertindex(\%configurations, $fullconf); } - elsif (/^### autotest revision (\d+)/) + elsif (/^### autotest revision (.+)/) { if (defined $revision && $revision != $1) { @@ -224,6 +224,6 @@ $date = localtime; print <<END; </table><br> -Generated on $date from Subversion r$revision +Generated on $date from Git $revision </body></html> END |