Try to make Travis happy
This commit is contained in:
parent
14f70cf131
commit
27fbe28804
|
@ -24,8 +24,3 @@ def test_unmatched_suppression_path_with_extra_stuf():
|
||||||
ret, stdout, stderr = cppcheck(['--inline-suppr', '--enable=information', '--error-exitcode=1', './proj-inline-suppress/2.c'])
|
ret, stdout, stderr = cppcheck(['--inline-suppr', '--enable=information', '--error-exitcode=1', './proj-inline-suppress/2.c'])
|
||||||
assert ret == 1
|
assert ret == 1
|
||||||
assert 'Unmatched suppression: some_warning_id' in stderr
|
assert 'Unmatched suppression: some_warning_id' in stderr
|
||||||
|
|
||||||
def test_backwards_compatibility():
|
|
||||||
ret, stdout, stderr = cppcheck(['--inline-suppr', '--enable=unusedFunction', 'proj-inline-suppress/3.cpp'])
|
|
||||||
assert ret == 0
|
|
||||||
assert stderr == ''
|
|
||||||
|
|
Loading…
Reference in New Issue