tests/run-tests.py
branchstable
changeset 47834 d3f890e04525
parent 47831 94158c541c74
child 47919 a28a7dcb9158
child 48273 3a95a4e660b9
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(