comparison tests/run-tests.py @ 47834:d3f890e04525 stable

pyoxidized: add a dedicated target in the tests We will need to setup more items to make the "quick" version work on stable, having a dedicated operation will allow to contains change to that operation. Differential Revision: https://phab.mercurial-scm.org/D11286
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 18 Aug 2021 01:07:38 +0200
parents 94158c541c74
children a28a7dcb9158 3a95a4e660b9
comparison
equal deleted inserted replaced
47833:d704aea4efa6 47834:d3f890e04525
3908 build binary to testing quickly. 3908 build binary to testing quickly.
3909 """ 3909 """
3910 vlog('# build a pyoxidized version of Mercurial') 3910 vlog('# build a pyoxidized version of Mercurial')
3911 assert os.path.dirname(self._bindir) == self._installdir 3911 assert os.path.dirname(self._bindir) == self._installdir
3912 assert self._hgroot, 'must be called after _installhg()' 3912 assert self._hgroot, 'must be called after _installhg()'
3913 cmd = b'"%(make)s" pyoxidizer' % { 3913 cmd = b'"%(make)s" pyoxidizer-windows-tests' % {
3914 b'make': b'make', 3914 b'make': b'make',
3915 } 3915 }
3916 cwd = self._hgroot 3916 cwd = self._hgroot
3917 vlog("# Running", cmd) 3917 vlog("# Running", cmd)
3918 proc = subprocess.Popen( 3918 proc = subprocess.Popen(