diff 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
line wrap: on
line diff
--- a/tests/run-tests.py	Tue Aug 17 20:48:52 2021 +0200
+++ b/tests/run-tests.py	Wed Aug 18 01:07:38 2021 +0200
@@ -3910,7 +3910,7 @@
         vlog('# build a pyoxidized version of Mercurial')
         assert os.path.dirname(self._bindir) == self._installdir
         assert self._hgroot, 'must be called after _installhg()'
-        cmd = b'"%(make)s" pyoxidizer' % {
+        cmd = b'"%(make)s" pyoxidizer-windows-tests' % {
             b'make': b'make',
         }
         cwd = self._hgroot