Skip to content

Commit

Permalink
rpm: do a full make check when --with-tests is given
Browse files Browse the repository at this point in the history
The check-local target tests the CLI tools only.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
  • Loading branch information
smithfarm committed May 4, 2016
1 parent 7720c20 commit df1ed01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceph.spec.in
Expand Up @@ -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

Expand Down

0 comments on commit df1ed01

Please sign in to comment.