Comments
Patch
@@ -183,11 +191,11 @@
$ cd $TESTTMP
Note: --no-site-packages is deprecated, but some places have an
ancient virtualenv from their linux distro or similar and it's not yet
-the default for them.
+the default for them.
$ unset PYTHONPATH
$ $PYTHON -m virtualenv --no-site-packages installenv >> pip.log
- $ ./installenv/b?n/pip install $TESTDIR/.. >> pip.log
- $ ./installenv/b?n/hg debuginstall || cat pip.log
+ $ ./installenv/*/pip install $TESTDIR/.. >> pip.log
+ $ ./installenv/*/hg debuginstall || cat pip.log
checking encoding (ascii)...
checking Python executable (*) (glob)
checking Python version (2.*) (glob)
@@ -202,8 +210,8 @@
checking registered compression engines (*) (glob)
checking available compression engines (*) (glob)
checking available compression engines for wire protocol (*) (glob)
- checking templates
($TESTTMP/installenv/lib*/python2.7/site-packages/mercurial/templates)...
(glob)
- checking default template
($TESTTMP/installenv/lib*/python2.7/site-packages/mercurial/templates/map-cmdline.default)
(glob)
+ checking templates