From 827edbae9429192fc401afcce95519a80eccdf05 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 a17d305ed67b5..ff53897091ac5 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 -- 2.39.5