D7371: tests: add optional output when wheel is missing

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Wed Nov 13 18:13:53 EST 2019


Closed by commit rHG45c15ed06f33: tests: add optional output when wheel is missing (authored by indygreg).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7371?vs=18038&id=18058

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7371/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7371

AFFECTED FILES
  tests/test-install.t

CHANGE DETAILS

diff --git a/tests/test-install.t b/tests/test-install.t
--- a/tests/test-install.t
+++ b/tests/test-install.t
@@ -250,6 +250,7 @@
 Note: we use this weird path to run pip and hg to avoid platform differences,
 since it's bin on most platforms but Scripts on Windows.
   $ ./installenv/*/pip install --no-index $TESTDIR/.. >> pip.log
+    Failed building wheel for mercurial (?)
   $ ./installenv/*/hg debuginstall || cat pip.log
   checking encoding (ascii)...
   checking Python executable (*) (glob)



To: indygreg, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list