Hack to see why CI tests are failing

This commit is contained in:
Sterling Harper 2015-06-30 22:20:46 -06:00
parent 8b2c515ea6
commit 967622305c

View file

@ -509,4 +509,7 @@ for test in tests:
print(' '*len(test)+tests[test].msg)
return_code = 1
with open(logfilename) as fh:
print(fh.read())
sys.exit(return_code)