X-Git-Url: https://code.kerkeslager.com/?p=fur;a=blobdiff_plain;f=integration_tests.py;h=7669aea8652044b5898b75ea03d05dabc230c38b;hp=53bc2657fa2fe169bdad9547cdb7a3168a6cf9ba;hb=ad9360cb4b392987edff8e3a650a2fbbc51f7046;hpb=71e31cb70ae58b776dd646c87db37d0250bb63de diff --git a/integration_tests.py b/integration_tests.py index 53bc265..7669aea 100644 --- a/integration_tests.py +++ b/integration_tests.py @@ -32,7 +32,7 @@ def add_example_output_test(filename): p = subprocess.Popen('./a.out', stdout=subprocess.PIPE, stderr=subprocess.PIPE) actual_stdout, actual_stderr = p.communicate() - expected_stdout_path = os.path.join('examples', filename + '.output.txt') + expected_stdout_path = os.path.join('examples', filename + '.stdout.txt') if os.path.isfile(expected_stdout_path): with open(expected_stdout_path, 'rb') as f: