Francois Gouget : testbot/build: Tweak $PATH to make use of ccache if present.

Alexandre Julliard julliard at winehq.org
Wed Oct 10 14:52:51 CDT 2012


Module: tools
Branch: master
Commit: cce423b4e075b12c10fc26fffe60cf9f5e28f736
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=cce423b4e075b12c10fc26fffe60cf9f5e28f736

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Oct 10 01:13:42 2012 +0200

testbot/build: Tweak $PATH to make use of ccache if present.

Remove /usr/local/mingw, it's unneeded.

---

 testbot/bin/BuildSingleTest.pl |    2 +-
 testbot/bin/Reconfig.pl        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testbot/bin/BuildSingleTest.pl b/testbot/bin/BuildSingleTest.pl
index 52ff8ba..a8adc4e 100755
--- a/testbot/bin/BuildSingleTest.pl
+++ b/testbot/bin/BuildSingleTest.pl
@@ -253,7 +253,7 @@ sub BuildTestExecutable
   return 1;
 }
 
-$ENV{PATH} = "/usr/bin:/bin:/usr/local/mingw/bin:/usr/local/mingw64/bin";
+$ENV{PATH} = "/usr/lib/ccache:/usr/bin:/bin";
 delete $ENV{ENV};
 
 # Start with clean logfile
diff --git a/testbot/bin/Reconfig.pl b/testbot/bin/Reconfig.pl
index 2a75e6f..f2e07a3 100755
--- a/testbot/bin/Reconfig.pl
+++ b/testbot/bin/Reconfig.pl
@@ -103,7 +103,7 @@ sub BuildCross
   return 1;
 }
 
-$ENV{PATH} = "/usr/bin:/bin:/usr/local/mingw/bin:/usr/local/mingw64/bin";
+$ENV{PATH} = "/usr/lib/ccache:/usr/bin:/bin";
 delete $ENV{ENV};
 
 # Start with clean logfile




More information about the wine-cvs mailing list