From: Nathan Cutler Date: Thu, 28 Apr 2016 17:29:00 +0000 (+0200) Subject: rpm: do a full make check when --with-tests is given X-Git-Tag: v11.0.0~693 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=827edbae9429192fc401afcce95519a80eccdf05;p=ceph.git 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 --- diff --git a/ceph.spec.in b/ceph.spec.in index a17d305ed67b..ff53897091ac 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