Output test-suite.log on test failures
This commit is contained in:
parent
2b682337e7
commit
7aba950aa4
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ install -Dm0644 %{SOURCE9} %{buildroot}%{_pkgdocdir}/
|
|||
%find_lang %{name}
|
||||
|
||||
%check
|
||||
make check VERBOSE=1
|
||||
make check VERBOSE=1 || { cat test-suite.log; exit 1; }
|
||||
|
||||
# Check for botched translations (https://bugzilla.redhat.com/show_bug.cgi?id=1226566)
|
||||
test -z "$(grep -L xml:lang %{buildroot}%{_datadir}/polkit-1/actions/org.freedesktop.*.policy)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue