]> git.saurik.com Git - wxWidgets.git/commitdiff
Show compiler version at the top of the logs.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 17 Mar 2008 13:48:03 +0000 (13:48 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 17 Mar 2008 13:48:03 +0000 (13:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/include/testdrive-unix.xml

index 38fc0592363db0de8e048157c1d68b080dc5d46a..9c18d83a2ff2ea68eb76bea0fdd9d9382a72c7b0 100644 (file)
@@ -168,6 +168,9 @@ if { ccache -V; } >/dev/null 2>&amp;1; then
     ccache -M 90M
 fi
 cd $BUILDDIR
+if [ -f wx-config ]; then
+    `./wx-config --cxx` --version
+fi
 <if-del-on-fail>trap 'cd; rm -rf $BUILDDIR' EXIT</if-del-on-fail>
 </command>
 </xsl:template>