X-Git-Url: https://code.kerkeslager.com/?p=fur;a=blobdiff_plain;f=integration_tests.py;h=5faf695d28065d7f53db0b723316639cc52a6059;hp=7669aea8652044b5898b75ea03d05dabc230c38b;hb=37d4a702fda63b87c1482a59b2ef4c1bba2e3696;hpb=ad9360cb4b392987edff8e3a650a2fbbc51f7046 diff --git a/integration_tests.py b/integration_tests.py index 7669aea..5faf695 100644 --- a/integration_tests.py +++ b/integration_tests.py @@ -61,7 +61,7 @@ def add_example_output_test(filename): setattr(OutputTests, 'test_' + filename, test) -class MemoryLeakTest(unittest.TestCase): +class MemoryLeakTests(unittest.TestCase): pass def add_example_memory_leak_test(filename): @@ -95,7 +95,7 @@ def add_example_memory_leak_test(filename): '--show-reachable=yes', '--num-callers=20', '--track-fds=yes', - '--error-exitcode=666', + '--error-exitcode=42', '-q', './a.out', ],