Use make ci inside test-in-copy target
this minimizes the possibility of these two to diverge over time. make ci is the default for Jenkins and will also be used for internal gating tests. Related: rhbz#1687595
This commit is contained in:
parent
4fb3e42a70
commit
e96a5917bb
2
Makefile
2
Makefile
@ -94,7 +94,7 @@ local:
|
|||||||
|
|
||||||
test-in-copy:
|
test-in-copy:
|
||||||
rsync -aP --exclude=.git /lorax-ro/ /lorax/
|
rsync -aP --exclude=.git /lorax-ro/ /lorax/
|
||||||
make -C /lorax/ check test
|
make -C /lorax/ ci
|
||||||
cp /lorax/.coverage /test-results/
|
cp /lorax/.coverage /test-results/
|
||||||
|
|
||||||
test-in-docker:
|
test-in-docker:
|
||||||
|
Loading…
Reference in New Issue
Block a user