Makefile: allow setup of integration tests w/o running them

Add a convenience target in Makefile to perform all the setup targets
for integration tests without actually running them.
This commit is contained in:
Pino Toscano 2022-03-17 07:13:02 +01:00 committed by Martin Pitt
parent 3dc7c804a0
commit 80b8949192
2 changed files with 9 additions and 1 deletions

View file

@ -82,6 +82,10 @@ the VM, possibly with extra options for tracing and halting on test failures
TEST_OS=centos-8-stream test/check-application -tvs
It is possible to setup the test environment without running the tests:
TEST_OS=centos-8-stream make prepare-check
You can also run the test against a different Cockpit image, for example:
TEST_OS=fedora-34 make check