Skip to content

Commit

Permalink
bug 1202811 - Invoke mozharness with python 2.7 from build-linux.sh. …
Browse files Browse the repository at this point in the history
…r=dustin

--HG--
extra : commitid : u7xc9weelJ
extra : rebase_source : f30090d095c674cce9258ac16d5eb2536d62eaf6
  • Loading branch information
luser committed Sep 8, 2015
1 parent f158d41 commit ec3d4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/taskcluster/scripts/builder/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit ec3d4b5

Please sign in to comment.