option to use Podman instead of Docker when running unit tests

This commit is contained in:
Mike McLean
2019-11-07 15:23:07 -05:00
parent 52fe1e308e
commit 5dc089e83c
2 changed files with 7 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ There are options to change the tests enviornment:
* ``--with-pgsql``: run tests with PostgreSQL database.
* ``--no-tty``: don't use tty for containers
* ``--sudo``: run Docker via sudo
* ``--podman``: use Podman instead of Docker
* ``--no-pull``: don't update Docker images
For example, ``contrib/run-unittests.sh --py3 --with-pgsql``.