tests/test-mac-packages.t
branchstable
changeset 32575 197eb93560b3
parent 31610 6dc8caccef8a
child 32576 501d48bda912
equal deleted inserted replaced
32574:870248603a4e 32575:197eb93560b3
    15 
    15 
    16   $ xar -xf Mercurial*.pkg
    16   $ xar -xf Mercurial*.pkg
    17 
    17 
    18 Gather list of all installed files:
    18 Gather list of all installed files:
    19   $ lsbom mercurial.pkg/Bom > boms.txt
    19   $ lsbom mercurial.pkg/Bom > boms.txt
       
    20 
       
    21 We've had problems with the filter logic in the past. Make sure no
       
    22 .DS_Store files ended up in the final package:
       
    23   $ grep DS_S boms.txt
       
    24   [1]
    20 
    25 
    21 Spot-check some randomly selected files:
    26 Spot-check some randomly selected files:
    22   $ grep bdiff boms.txt | cut -d '	' -f 1,2,3
    27   $ grep bdiff boms.txt | cut -d '	' -f 1,2,3
    23   ./Library/Python/2.7/site-packages/mercurial/bdiff.so	100755	0/0
    28   ./Library/Python/2.7/site-packages/mercurial/bdiff.so	100755	0/0
    24   ./Library/Python/2.7/site-packages/mercurial/pure/bdiff.py	100644	0/0
    29   ./Library/Python/2.7/site-packages/mercurial/pure/bdiff.py	100644	0/0