summaryrefslogtreecommitdiff
path: root/tests/autotest-local.pl
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-06-02 19:27:05 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-06-02 19:27:05 +0000
commit366c6d8241c77f0b23f33027e7f45c77f78c00f6 (patch)
tree80413c628abab229b36148795bac4264f65d5acf /tests/autotest-local.pl
parent95dd352ecac49b2daf909dda1a8a93f9075fa44c (diff)
tests: Add Subversion revision info to build report
git-svn-id: http://pugixml.googlecode.com/svn/trunk@500 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'tests/autotest-local.pl')
-rw-r--r--tests/autotest-local.pl4
1 files changed, 4 insertions, 0 deletions
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)