Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Cirrus: Simplify optional system-test script | Chris Evich | 2018-11-13 |
Previously it was required to call the verify, unit, and integration scripts in order to build/install dependencies, and libpod. This wastes time during the (optional) system-testing, since the actual unit/integration testing is also happening in parallel. Consolidate only the distribution-specific build steps into the system-testing script. This way, only the required steps are performed in their respective (parallel) tasks. Signed-off-by: Chris Evich <cevich@redhat.com> |