[PATCH] testbot/build: Tell Wine not to rebuild the WineTest executable.

Francois Gouget fgouget at codeweavers.com
Thu May 31 03:04:55 CDT 2018


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/bin/build/Reconfig.pl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testbot/bin/build/Reconfig.pl b/testbot/bin/build/Reconfig.pl
index 322638eb1..6f461144e 100755
--- a/testbot/bin/build/Reconfig.pl
+++ b/testbot/bin/build/Reconfig.pl
@@ -148,7 +148,7 @@ sub BuildNative()
   # Rebuild from scratch to make sure cruft will not accumulate
   system("( cd $DataDir/build-native && set -x && " .
          "  rm -rf * && " .
-         "  time ../wine/configure --enable-win64 --without-x --without-freetype && " .
+         "  time ../wine/configure --enable-win64 --without-x --without-freetype --disable-winetest && " .
          "  time make -j$ncpus __tooldeps__ " .
          ") >>$LogDir/Reconfig.log 2>&1");
 
@@ -171,8 +171,8 @@ sub BuildCross($)
   # Rebuild from scratch to make sure cruft will not accumulate
   system("( cd $DataDir/build-mingw$Bits && set -x && " .
          "  rm -rf * && " .
-         "  time ../wine/configure --host=$Host --with-wine-tools=../build-native --without-x --without-freetype && " .
-         "  time make -j$ncpus programs/winetest " .
+         "  time ../wine/configure --host=$Host --with-wine-tools=../build-native --without-x --without-freetype --disable-winetest && " .
+         "  time make -j$ncpus buildtests" .
          ") >>$LogDir/Reconfig.log 2>&1");
   if ($? != 0)
   {
-- 
2.17.0




More information about the wine-devel mailing list