diff options
Diffstat (limited to 'tests/autotest-local.pl')
-rw-r--r-- | tests/autotest-local.pl | 4 |
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)
|