From 366c6d8241c77f0b23f33027e7f45c77f78c00f6 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Wed, 2 Jun 2010 19:27:05 +0000 Subject: tests: Add Subversion revision info to build report git-svn-id: http://pugixml.googlecode.com/svn/trunk@500 99668b35-9821-0410-8761-19e4c4f06640 --- tests/autotest-local.pl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/autotest-local.pl') diff --git a/tests/autotest-local.pl b/tests/autotest-local.pl index 10a3f8e..680fcf6 100644 --- a/tests/autotest-local.pl +++ b/tests/autotest-local.pl @@ -39,6 +39,10 @@ if ($fast) print "### autotest begin " . scalar localtime() . "\n"; +# print SVN revision info +print "### autotest revision $1\n" if (`svn info` =~ /Revision:\s+(\d+)/); + +# build all configurations %results = (); foreach $toolset (@toolsets) -- cgit v1.2.3