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 Apr 28, 2016
1 parent 4eaebad commit 9551715
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 9551715

Please sign in to comment.