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

This commit is contained in:
Ted Mielczarek 2015-09-08 15:32:38 -04:00
parent 54db6760ac
commit 3afb018498

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 \