From 48aaa27c6a07af524ac6eaafac67815b5de13396 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 15 Apr 2014 12:20:22 +0100 Subject: travis: Diff output, hopefully this works. --- tests/run-tests | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') 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: -- cgit v1.2.3