From e96a5917bbbe1384a96bb450716f2b46f47377a6 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Wed, 6 Mar 2019 13:59:17 +0200 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 15cec163..fbd4b5fc 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,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: