Originally written by Brian Stinson, modified by Stephen Gallagher
This provides the basic framework for running tests on PRs. It will call make check which will then run a series of tests. It is written in the way it is because Pagure CI requires that the run_tests.sh script comes from the base branch, not the PR branch. Calling out to make check will happen against the merged Makefile, so it will run all subsequent tests.
Originally written by Brian Stinson, modified by Stephen Gallagher
This provides the basic framework for running tests on PRs. It will call
make checkwhich will then run a series of tests. It is written in the way it is because Pagure CI requires that the run_tests.sh script comes from the base branch, not the PR branch. Calling out tomake checkwill happen against the merged Makefile, so it will run all subsequent tests.Signed-off-by: Stephen Gallagher sgallagh@redhat.com