From c767a8eefbcc716e3be4d7929f8238605bb073ba Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Mon, 17 Mar 2008 13:48:03 +0000 Subject: [PATCH] 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 --- build/buildbot/config/include/testdrive-unix.xml | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.45.2