tests/test-docker-packaging.t
author Augie Fackler <augie@google.com>
Mon, 31 Aug 2015 22:44:57 -0400
changeset 26146 8c91726caeae
child 26148 7f49efcaa9b4
permissions -rw-r--r--
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.

#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