From 9c3365283fa56c85bc09a64a8d92c76f65c74f57 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Mon, 28 Jul 2014 14:01:20 +0100 Subject: [PATCH] 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 --- Osstest/TestSupport.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) ? <