# HG changeset patch # User Andrew Halberstadt # Date 1616424918 0 # Node ID 20db6507d9f4154a08bd93571d0a4b3683f15df1 # Parent 5be23e11d54ed828eafd5e58e656c5cfd1bc45b9 Bug 1520458 - Run ./mach raptor with Python 3, r=perftest-reviewers,Bebe,sparky Differential Revision: https://phabricator.services.mozilla.com/D108828 diff --git a/mach b/mach --- a/mach +++ b/mach @@ -7,18 +7,16 @@ # such that the script starts with the shell and is reexecuted with # the right Python. # Embeds a shell script inside a Python triple quote. This pattern is valid # shell because `''':'`, `':'` and `:` are all equivalent, and `:` is a no-op. ''':' # Commands that are to be run with Python 2. py2commands=" - raptor - raptor-test telemetry-tests-client " # Commands that are to be run with the system Python 3 instead of the # virtualenv. nativecmds=" bootstrap create-mach-environment