]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: Renamed bcond tests flag to make_check
authorRicardo Dias <rdias@suse.com>
Tue, 23 Aug 2016 11:31:05 +0000 (13:31 +0200)
committerRicardo Dias <rdias@suse.com>
Fri, 9 Sep 2016 11:55:06 +0000 (12:55 +0100)
Signed-off-by: Ricardo Dias <rdias@suse.com>
ceph.spec.in

index ba04b88094b290f376ad8f48d5805cd6b1833b7a..812c68eeb1225c3726ff5d1ce6c258ad225640b2 100644 (file)
@@ -16,7 +16,7 @@
 # 
 %bcond_with ocf
 %bcond_without cephfs_java
-%bcond_with tests
+%bcond_with make_check
 %bcond_with xio
 %ifnarch s390 s390x
 %bcond_without tcmalloc
@@ -707,7 +707,7 @@ cmake .. \
 make %{?_smp_mflags}
 
 
-%if 0%{with tests}
+%if 0%{with make_check}
 %check
 # run in-tree unittests
 cd build