forked from pool/snapshot
Enable forgotten check tests
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/snapshot?expand=0&rev=8
This commit is contained in:
parent
ffea20b2d8
commit
ffb70c3cc8
@ -63,13 +63,11 @@ export RUSTFLAGS="%{build_rustflags}"
|
||||
%meson_install
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
||||
# Check disabled - no tests are run during cargo_test yet + failing manual tests...
|
||||
#%%check
|
||||
#export RUSTFLAGS="%%{build_rustflags}"
|
||||
#%%{cargo_test}
|
||||
# Checks disabled as they both fail atm :-) - NO FWD to distro atm.
|
||||
#desktop-file-validate %%{buildroot}%%{_datadir}/applications/org.gnome.Snapshot.desktop
|
||||
#appstream-util validate-relax --nonet %%{buildroot}%%{_datadir}/metainfo/org.gnome.Snapshot.gschema.xml
|
||||
%check
|
||||
export RUSTFLAGS="%{build_rustflags}"
|
||||
%{cargo_test}
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Snapshot.desktop
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.gnome.Snapshot.metainfo.xml
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user