From 05f3bf0f9750fed7905da8aab2cb0fdff396d9b2 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#1678937 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5dffc9ec..8c1a4c11 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,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: