aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests
diff options
context:
space:
mode:
authorDamien George2014-04-15 11:38:30 +0100
committerDamien George2014-04-15 11:38:30 +0100
commit35443610b1b47d148b84bcbcd1d8548a64c1fb3b (patch)
tree12b4070a57f1b90d93df7b51f249319e571e77a5 /tests/run-tests
parent45b4cc77dd99d2c569d34f37d6cf2be3567c0ad5 (diff)
travis: More tests debugging.
Diffstat (limited to 'tests/run-tests')
-rwxr-xr-xtests/run-tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-tests b/tests/run-tests
index 554f5134c..c95c30277 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -70,6 +70,8 @@ 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: