This commit is contained in:
holger krekel
2020-05-19 14:49:16 +02:00
parent 452c9225dc
commit 71442db39f
3 changed files with 6 additions and 3 deletions

View File

@@ -104,9 +104,10 @@ def pytest_report_header(config, startdir):
ac.shutdown(False)
finally:
os.remove(t)
summary.extend(['Deltachat core={} sqlite={}'.format(
summary.extend(['Deltachat core={} sqlite={} journal_mode={}'.format(
info['deltachat_core_version'],
info['sqlite_version'],
info['journal_mode'],
)])
cfg = config.option.liveconfig