]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: do a full make check when --with-tests is given
authorNathan Cutler <ncutler@suse.com>
Thu, 28 Apr 2016 17:29:00 +0000 (19:29 +0200)
committerBoris Ranto <branto@redhat.com>
Fri, 6 May 2016 11:44:15 +0000 (13:44 +0200)
The check-local target tests the CLI tools only.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in

index a17d305ed67b536597326631f6f1e1ef7b547852..ff53897091ac59a6213f5a72d56c38ecc7bd767d 100644 (file)
@@ -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