• Rusty Russell's avatar
    ccanlint: have valgrind fail with an error, always · b3a47758
    Rusty Russell authored
    The upcoming failtest module can only tell that a child failed when it
    exits with a non-zero error.  So we need this, although it means for ccanlint
    it still needs to look at output to distinguish a memory leak from a real
    error.
    
    
    b3a47758
run_tests_valgrind.c 4.83 KB