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.

(cherry picked from commit f5286e1243)
(cherry picked from commit 331acbf3fe)
This commit is contained in:
Alexander Todorov 2019-03-06 13:59:17 +02:00 committed by Brian C. Lane
parent 530279c44a
commit 7a1e443aff
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ local:
test-in-copy:
rsync -aP --exclude=.git /lorax-ro/ /lorax/
make -C /lorax/ check test
make -C /lorax/ ci
cp /lorax/.coverage /test-results/
test-in-docker: