autoconf-archive-maintainers | |
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patch #9286] ax_valgrind_check: Don't eat check-valgrind errors
From: |
anonymous |
Subject: |
[patch #9286] ax_valgrind_check: Don't eat check-valgrind errors |
Date: |
Tue, 21 Mar 2017 10:50:01 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 |
URL:
<http://savannah.gnu.org/patch/?9286>
Summary: ax_valgrind_check: Don't eat check-valgrind errors
Project: GNU Autoconf Archive
Submitted by: None
Submitted on: Tue 21 Mar 2017 02:50:00 PM UTC
Priority: 5 - Normal
Status: None
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
Currently, after running 'make check-valgrind', $? will always be 0 even if
there was an error during the test. This differs from make check which will
return a non-0 exit code when there was a test failure, and gets in the way of
using 'make check-valgrind' during CI.
This commit switches from using make -k on each individual target to running
make -k on all the targets at once. This way, we will run the tests for all
targets even if one fails, while still reporting a non-0 exit code if there
was a test failure.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Tue 21 Mar 2017 02:50:00 PM UTC Name:
0001-ax_valgrind_check-Don-t-eat-check-valgrind-errors.patch Size: 1kB By:
None
<http://savannah.gnu.org/patch/download.php?file_id=40048>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?9286>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [patch #9286] ax_valgrind_check: Don't eat check-valgrind errors,
anonymous <=