view tests/test-docker-packaging.t @ 26146:8c91726caeae

test-docker-packaging: test packages built using docker For now this only tests debian packages, but it could easily be extended to also test rpms.
author Augie Fackler <augie@google.com>
date Mon, 31 Aug 2015 22:44:57 -0400
parents
children 7f49efcaa9b4
line wrap: on
line source

#require test-repo slow docker

  $ OUTPUTDIR=`pwd`
  $ export OUTPUTDIR

  $ cd "$TESTDIR"/..
  $ make docker-debian-jessie > $OUTPUTDIR/build.log 2>&1
  $ cd $OUTPUTDIR
  $ ls *.deb
  mercurial-*.deb (glob)

We check debian package contents with portable tools so that when
we're on non-debian machines we can still test the packages that are
built using docker.
  $ ar x mercurial*.deb
  $ tar tf data.tar* | grep localrepo | sort
  ./usr/lib/python2.7/site-packages/mercurial/localrepo.py
  ./usr/lib/python2.7/site-packages/mercurial/localrepo.pyc
  $ rm -f *.deb build.log