diff --git a/tests/end-to-end/test_database.py b/tests/end-to-end/test_database.py index 30aea4a8..e0c929f3 100644 --- a/tests/end-to-end/test_database.py +++ b/tests/end-to-end/test_database.py @@ -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)