diff options
| author | Damien George <damien.p.george@gmail.com> | 2014-04-15 12:20:22 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2014-04-15 12:20:22 +0100 |
| commit | 48aaa27c6a07af524ac6eaafac67815b5de13396 (patch) | |
| tree | edfb7eaacc6040aaf74e2983efe516f9316b6d15 /tests | |
| parent | fd1c7b9d48ef4a059d702667ff45aeb955c9e6f0 (diff) | |
travis: Diff output, hopefully this works.
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/run-tests | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/run-tests b/tests/run-tests index c95c30277..554f5134c 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -70,8 +70,6 @@ for test_file in tests: rm_f(os.path.basename(test_file + ".exp")) rm_f(os.path.basename(test_file + ".out")) else: - print('EXP|{}|'.format(output_expected)) - print('OUT|{}|'.format(output_mupy)) with open(os.path.basename(test_file + ".exp"), "w") as f: f.write(str(output_expected, "ascii")) with open(os.path.basename(test_file + ".out"), "w") as f: |
