build output to debug appveyor failure

This commit is contained in:
David Puglielli 2018-07-12 16:28:41 -07:00
parent c1d579319d
commit a18a59b581

View file

@ -196,6 +196,7 @@ class BuildDriver(object):
print('Build Completed')
except:
print('Something went wrong, launching log file', logfile)
print(open(logfile, 'r').read())
# display log file only when not testing
if not self.testing:
os.startfile(os.path.join(root_dir, 'php-sdk', logfile))