- Disable bit more msvc tests as we don't care about the fails

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/scons?expand=0&rev=83
This commit is contained in:
Tomáš Chvátal 2019-05-21 10:07:53 +00:00 committed by Git OBS Bridge
parent ed25b8931d
commit e447af279f
2 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 21 10:07:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Disable bit more msvc tests as we don't care about the fails
-------------------------------------------------------------------
Sat May 18 01:12:28 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -84,8 +84,15 @@ sed -i 's|%{_bindir}/env python|%{_bindir}/python3|' src/script/*
cp %{SOURCE2} grep-filter-list.txt
chmod -x src/CHANGES.txt README.rst src/RELEASE.txt
# the test is marked skipped but fails
rm test/MSVS/vs-14.1-exec.py
# the test is marked skipped but fails; and all are windows based so
# we can safely ignore them
rm -r test/MSVC/
rm -r test/MSVS/
rm -r test/Win32/
rm test/fixture/no_msvc/no_regs_sconstruct.py
rm test/fixture/no_msvc/no_msvcs_sconstruct.py
rm test/LEX/live_mingw.py
rm test/Decider/MD5-winonly-firstbuild.py
%build
python3 bootstrap.py build/scons
@ -118,10 +125,10 @@ echo "Skiping tests on this architecture due to failures"
%endif
%endif
%if !%{with test}
%files
%license LICENSE
%doc src/CHANGES.txt README.rst src/RELEASE.txt
%if !%{with test}
%{_bindir}/*
%{python3_sitelib}/SCons
%{python3_sitelib}/%{modname}*.egg-info