Add --error-exitcode=1 to /bin/true check.
This commit is contained in:
parent
bd144c9e1a
commit
cc7effc090
@ -365,8 +365,8 @@ rpm -q %{?scl_prefix}gdb || true
|
|||||||
LD_SHOW_AUXV=1 /bin/true
|
LD_SHOW_AUXV=1 /bin/true
|
||||||
cat /proc/cpuinfo
|
cat /proc/cpuinfo
|
||||||
|
|
||||||
# Make sure a basic binary runs.
|
# Make sure a basic binary runs. There should be no errors.
|
||||||
./vg-in-place /bin/true
|
./vg-in-place --error-exitcode=1 /bin/true
|
||||||
|
|
||||||
# Build the test files with the software collection compiler if available.
|
# Build the test files with the software collection compiler if available.
|
||||||
%{?scl:PATH=%{_bindir}${PATH:+:${PATH}}}
|
%{?scl:PATH=%{_bindir}${PATH:+:${PATH}}}
|
||||||
@ -445,6 +445,9 @@ echo ===============END TESTING===============
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 7 2017 Mark Wielaard <mjw@fedoraproject.org>
|
||||||
|
- Add --error-exitcode=1 to /bin/true check.
|
||||||
|
|
||||||
* Thu Jun 29 2017 Mark Wielaard <mjw@fedoraproject.org> 3.13.0-4
|
* Thu Jun 29 2017 Mark Wielaard <mjw@fedoraproject.org> 3.13.0-4
|
||||||
- Add valgrind-3.13.0-arm-index-hardwire.patch (#1466017)
|
- Add valgrind-3.13.0-arm-index-hardwire.patch (#1466017)
|
||||||
- Add valgrind-3.13.0-ucontext_t.patch
|
- Add valgrind-3.13.0-ucontext_t.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user