patchGNU Autoconf Archive - Patches: patch #9286, ax_valgrind_check: Don't eat...

 
 

patch #9286: ax_valgrind_check: Don't eat check-valgrind errors

Submitter:  None
Submitted:  Tue 21 Mar 2017 02:50:00 PM UTC
   
 
Priority:  5 - Normal Status:  Done
Assigned to:  simons Originator Email:  -email is unavailable-
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 21 Mar 2017 03:17:13 PM UTC, comment #1: 

Pushed in 45f2bf2a9deffb2383051590852c371729561906. Thank you very much!

Peter Simons <simons>
Group administrator
Tue 21 Mar 2017 02:50:00 PM UTC, original submission:  

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.


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by simons (Posted a comment)
  •  

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-03-21 simons StatusNone Done
        Assigned toNone simons
        Open/ClosedOpen Closed
    2017-03-21 None Attached File- Added 0001-ax_valgrind_check-Don-t-eat-check-valgrind-errors.patch, #40048

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code