- 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:
parent
ed25b8931d
commit
e447af279f
@ -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>
|
||||
|
||||
|
13
scons.spec
13
scons.spec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user