]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: do a full make check when --with-tests is given 8720/head
authorNathan Cutler <ncutler@suse.com>
Thu, 28 Apr 2016 17:29:00 +0000 (19:29 +0200)
committerNathan Cutler <ncutler@suse.com>
Wed, 4 May 2016 13:38:46 +0000 (15:38 +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