mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-03 19:46:45 +08:00
WIP: Only keep debug output for init test
This commit is contained in:
parent
ae4c9f1c94
commit
4b51ad392c
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ def test_npbackup_cli_init():
|
|||
print(str(logs))
|
||||
assert "created restic repository" in str(logs), "Did not create repo"
|
||||
assert "Repo initialized successfully" in str(logs), "Repo init failed"
|
||||
|
||||
os.environ["_DEBUG"] = "False"
|
||||
|
||||
def test_npbackup_cli_has_no_recent_snapshots():
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue