On 12/20/2012 01:20 AM, Bernhard Voelker wrote:
On my OpenSuSE-12.1 system (okay, I should upgrade ...), valgrind is working, but the --error-exitcode option seems to require a value ... ;-(
Yep, I just forgot to commit my latest and sent a stale patch, sorry about that. Adjusted like: - valgrind --error-exitcode true 2>/dev/null || + valgrind --error-exitcode=1 true 2>/dev/null || thanks, Pádraig.
