rpm: Renamed bcond tests flag to make_check

Signed-off-by: Ricardo Dias <rdias@suse.com>
This commit is contained in:
Ricardo Dias 2016-08-23 13:31:05 +02:00
parent aaa75aeb2f
commit 06875b5099
No known key found for this signature in database
GPG Key ID: 74390C579BD37B68

View 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