[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] tests: avoid false positive valgrind failures
From: |
Pádraig Brady |
Subject: |
Re: [PATCH] tests: avoid false positive valgrind failures |
Date: |
Thu, 20 Dec 2012 01:49:32 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 |
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.