diff options
Diffstat (limited to 'decoder')
-rwxr-xr-x | decoder/pdtest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/pdtest b/decoder/pdtest index fa72934..f9dd140 100755 --- a/decoder/pdtest +++ b/decoder/pdtest @@ -383,6 +383,7 @@ def run_tests(tests, fix=False): if re.match(reg, results[-1]['error']): # found it, not an error results[-1].pop('error') + errors -= 1 if VERBOSE: if 'diff' in results[-1]: INFO("Output mismatch") |