Accepting request 714826 from home:marxin:branches:Base:System

- Disable tests as GCC checks are gone.

OBS-URL: https://build.opensuse.org/request/show/714826
OBS-URL: https://build.opensuse.org/package/show/Base:System/post-build-checks?expand=0&rev=137
This commit is contained in:
Ruediger Oertel 2019-07-16 11:40:36 +00:00 committed by Git OBS Bridge
parent 365d54192f
commit 94c47c5eb7
2 changed files with 5 additions and 6 deletions

View File

@ -4,6 +4,11 @@ Tue Jul 16 11:32:46 UTC 2019 - ro@suse.com
- Update to version 84.88+git20190716.5a0e034:
* Remove unused tests.
-------------------------------------------------------------------
Fri Jul 12 10:06:12 UTC 2019 - Martin Liška <mliska@suse.cz>
- Disable tests as GCC checks are gone.
-------------------------------------------------------------------
Thu Jul 11 15:57:33 UTC 2019 - ro@suse.com

View File

@ -68,12 +68,6 @@ install -m 644 -D suse-buildsystem.sh $RPM_BUILD_ROOT/etc/profile.d/suse-builds
install -m 644 -D suse-ignored-rpaths.conf $RPM_BUILD_ROOT/etc/suse-ignored-rpaths.conf
chmod 755 $RPM_BUILD_ROOT/usr/lib/build/checks-data/check*
%check
for i in tests/xx*.c
do
(echo "Executing(%%build)" ; gcc $RPM_OPT_FLAGS -c $i 2>&1)| checks-data/check_gcc_output 2>&1|grep "^[WE]"
done
%post
# do nothing when not in a build chroot
if ! test -e /.buildenv; then