From cc7effc090679aa3d61c7d6df344fbfc084cafff Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Jul 07 2017 09:01:28 +0000 Subject: Add --error-exitcode=1 to /bin/true check. --- diff --git a/valgrind.spec b/valgrind.spec index 2e4ea58..a40dd30 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -365,8 +365,8 @@ rpm -q %{?scl_prefix}gdb || true LD_SHOW_AUXV=1 /bin/true cat /proc/cpuinfo -# Make sure a basic binary runs. -./vg-in-place /bin/true +# Make sure a basic binary runs. There should be no errors. +./vg-in-place --error-exitcode=1 /bin/true # Build the test files with the software collection compiler if available. %{?scl:PATH=%{_bindir}${PATH:+:${PATH}}} @@ -445,6 +445,9 @@ echo ===============END TESTING=============== %endif %changelog +* Fri Jul 7 2017 Mark Wielaard +- Add --error-exitcode=1 to /bin/true check. + * Thu Jun 29 2017 Mark Wielaard 3.13.0-4 - Add valgrind-3.13.0-arm-index-hardwire.patch (#1466017) - Add valgrind-3.13.0-ucontext_t.patch