Submitter | phabricator |
---|---|
Date | May 8, 2021, 4:30 a.m. |
Message ID | <differential-rev-PHID-DREV-5liyz3txomgep5ytsaav-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/49021/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/tests/run-tests.py b/tests/run-tests.py --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -3537,7 +3537,7 @@ if os.getenv('MSYSTEM'): with open(osenvironb[b'RUNTESTDIR'] + b'/python3', 'wb') as f: f.write(b'#!/bin/sh\n') - f.write(b'py -3 "$@"\n') + f.write(b'py -3.%d "$@"\n' % sys.version_info[1]) exedir, exename = os.path.split(sysexecutable) vlog(