Explorar el Código

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

Dan Helfman hace 2 años
padre
commit
71b75800cd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/end-to-end/test_database.py

+ 1 - 1
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)