Skip to content
This repository was archived by the owner on Aug 4, 2022. It is now read-only.

Commit b42baf6

Browse files
committed
Bug 1532747 - Use 'mach python' with repackage.sh script, CLOSED TREE, r=catlee
Differential Revision: https://phabricator.services.mozilla.com/D26239
1 parent 8780f9e commit b42baf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskcluster/scripts/builder/repackage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ fi
9292

9393
cd /builds/worker
9494

95-
python2.7 $WORKSPACE/build/src/testing/${MOZHARNESS_SCRIPT} \
95+
$GECKO_PATH/mach python $GECKO_PATH/testing/${MOZHARNESS_SCRIPT} \
9696
${config_path_cmds} \
9797
${config_cmds} \
9898
$actions \

0 commit comments

Comments
 (0)