← Back to team overview

maria-developers team mailing list archive

Rev 2781: Make devenv print the build log to stdout (otherwise buildbot times out in file:///home/psergey/bzr-new/maria-5.1-build1/

 

At file:///home/psergey/bzr-new/maria-5.1-build1/

------------------------------------------------------------
revno: 2781
revision-id: psergey@xxxxxxxxxxxx-20091011192724-lp4g69077fz57rg9
parent: knielsen@xxxxxxxxxxxxxxx-20091011153837-tlqc8fd30hkjzyv5
committer: Sergey Petrunya <psergey@xxxxxxxxxxxx>
branch nick: maria-5.1-build1
timestamp: Sun 2009-10-11 23:27:24 +0400
message:
  Make devenv print the build log to stdout (otherwise buildbot times out 
  while waiting for output)
=== modified file 'win/make_mariadb_win_dist'
--- a/win/make_mariadb_win_dist	2009-10-11 10:21:49 +0000
+++ b/win/make_mariadb_win_dist	2009-10-11 19:27:24 +0000
@@ -19,8 +19,8 @@
 
 cmake -G "Visual Studio 9 2008"
 
-devenv MySQL.sln /build RelWithDebInfo
-devenv MySQL.sln /build Debug
+devenv MySQL.sln /build RelWithDebInfo /out con
+devenv MySQL.sln /build Debug /out con
 
 # TODO extract version number
 VER=`cat configure.in |