]> 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)
committerNathan Cutler <ncutler@suse.com>
Mon, 23 May 2016 21:13:41 +0000 (23:13 +0200)
The check-local target tests the CLI tools only.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit e1514809ae3d2df08a0c47882f9b3bd0ed68d200)

ceph.spec.in

index b69992cce0385cb8cc3b5768ff58f9236d071e62..afc63784d18cb39852547aad267dd47210343ad4 100644 (file)
@@ -670,7 +670,7 @@ make %{?_smp_mflags}
 %if 0%{with tests}
 %check
 # run in-tree unittests
-make %{?_smp_mflags} check-local
+make %{?_smp_mflags} check
 
 %endif