b9aba79edb17494b88aa3b82c2661eb17ba21b2a
[alexxy/gromacs.git] / python_packaging / scripts / run_full
1 #!/bin/bash
2 # Entry point script for Docker containers.
3 # See README.md and the gmxapi/ci-<option> Docker images.
4
5 set -ev
6
7 # TODO: (#2756) Centrally manage dependencies on the GROMACS installation.
8 #  The gmxapi package, virtualenv, or test  infrastructure should have an
9 #  internal mechanism for tracking the correct GROMACS installation.
10 source /usr/local/gromacs/bin/GMXRC
11
12 pytest $HOME/gmxapi/test
13 pytest $HOME/sample_restraint/tests