Fail build if testsuite fails. Make one glob succeed.
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=29
This commit is contained in:
parent
8259bf5e01
commit
7a6abf037c
@ -118,13 +118,14 @@ export XDG_RUNTIME_DIR="$HOME/xdgrun"
|
||||
mkdir -pm go-rwx "$XDG_RUNTIME_DIR"
|
||||
if ! make BACKEND=headless-backend.so check; then
|
||||
cat test-suite.log
|
||||
exit 1
|
||||
fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING README
|
||||
%_bindir/wcap-*
|
||||
%_bindir/%name*
|
||||
%_bindir/%{name}*
|
||||
%_libexecdir/%name-*
|
||||
%_libdir/%name/
|
||||
%_datadir/%name/
|
||||
|
Loading…
Reference in New Issue
Block a user