Get more verbose in the end-to-end test restore.

This commit is contained in:
Dan Helfman 2023-04-20 23:32:57 -07:00
parent 9ca31530a0
commit 71b75800cd
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ def test_database_dump_and_restore():
# Restore the database from the archive.
subprocess.check_call(
['borgmatic', '--config', config_path, 'restore', '--archive', archive_name]
['borgmatic', '--config', '-v', '2', config_path, 'restore', '--archive', archive_name]
)
finally:
os.chdir(original_working_directory)