tests/test-docker-packaging.t
changeset 28973 fc0f9714d077
parent 26148 7f49efcaa9b4
child 29219 3c9066ed557c
equal deleted inserted replaced
28972:aa927b0a5b87 28973:fc0f9714d077
    22   $ tar tf data.tar* | egrep '(localrepo|parsers)'
    22   $ tar tf data.tar* | egrep '(localrepo|parsers)'
    23   ./usr/lib/python2.7/dist-packages/mercurial/parsers*.so (glob)
    23   ./usr/lib/python2.7/dist-packages/mercurial/parsers*.so (glob)
    24 mercurial-common should have .py but no .so or .pyc
    24 mercurial-common should have .py but no .so or .pyc
    25   $ ar x mercurial-common_*.deb
    25   $ ar x mercurial-common_*.deb
    26   $ tar tf data.tar* | egrep '(localrepo|parsers)'
    26   $ tar tf data.tar* | egrep '(localrepo|parsers)'
       
    27   ./usr/lib/python2.7/dist-packages/mercurial/pure/parsers.py
    27   ./usr/lib/python2.7/dist-packages/mercurial/localrepo.py
    28   ./usr/lib/python2.7/dist-packages/mercurial/localrepo.py