From: Michael Wetherell Date: Mon, 17 Mar 2008 13:48:03 +0000 (+0000) Subject: Show compiler version at the top of the logs. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c767a8eefbcc716e3be4d7929f8238605bb073ba Show compiler version at the top of the logs. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/buildbot/config/include/testdrive-unix.xml b/build/buildbot/config/include/testdrive-unix.xml index 38fc059236..9c18d83a2f 100644 --- a/build/buildbot/config/include/testdrive-unix.xml +++ b/build/buildbot/config/include/testdrive-unix.xml @@ -168,6 +168,9 @@ if { ccache -V; } >/dev/null 2>&1; then ccache -M 90M fi cd $BUILDDIR +if [ -f wx-config ]; then + `./wx-config --cxx` --version +fi trap 'cd; rm -rf $BUILDDIR' EXIT