From 9551715b9a5dd880976627f5229d7b190f0ce9e3 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 28 Apr 2016 19:29:00 +0200 Subject: [PATCH] rpm: do a full make check when --with-tests is given The check-local target tests the CLI tools only. Signed-off-by: Nathan Cutler --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 1f1b16d7e21404..45aa0939919e89 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -671,7 +671,7 @@ make %{?_smp_mflags} %if 0%{with tests} %check # run in-tree unittests -make %{?_smp_mflags} check-local +make %{?_smp_mflags} check %endif