From: Ian Campbell Date: Mon, 28 Jul 2014 13:01:20 +0000 (+0100) Subject: TestSupport: Set DISTCC_FALLBACK=0 when using distcc X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9c3365283fa56c85bc09a64a8d92c76f65c74f57;p=people%2Fdariof%2Fosstest.git TestSupport: Set DISTCC_FALLBACK=0 when using distcc This will show up issues with the distcc infrastructure immediately instead of limping on with reduced performance. Signed-off-by: Ian Campbell Acked-by: Ian Jackson --- diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm index 3930595..fea54d5 100644 --- a/Osstest/TestSupport.pm +++ b/Osstest/TestSupport.pm @@ -528,8 +528,9 @@ sub target_cmd_build ($$$$) { my $distcc_hosts = get_host_property($ho,'DistccHosts',undef); my $distcc = defined($distcc_hosts) ? <