bug 1202811 - Invoke mozharness with python 2.7 from build-linux.sh. r=dustin

--HG--
extra : commitid : u7xc9weelJ
extra : rebase_source : f30090d095c674cce9258ac16d5eb2536d62eaf6
This commit is contained in:
Ted Mielczarek 2015-09-08 15:32:38 -04:00
parent f158d4183b
commit ec3d4b5464

View File

@ -120,7 +120,7 @@ done
# Mozharness would ordinarily do the checkouts itself, but they are disabled
# here (--no-checkout-sources, --no-clone-tools) as the checkout is performed above.
$WORKSPACE/build/src/testing/${MOZHARNESS_SCRIPT} ${config_cmds} \
python2.7 $WORKSPACE/build/src/testing/${MOZHARNESS_SCRIPT} ${config_cmds} \
$debug_flag \
$custom_build_variant_cfg_flag \
--disable-mock \