Skip to content

Commit

Permalink
Revert "test: use verbose flag in tests"
Browse files Browse the repository at this point in the history
This reverts commit e4cb0e8.
  • Loading branch information
Millefeuille42 committed Feb 17, 2025
1 parent 2da3439 commit f620a74
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ def start_http_server(backing_path):
'--disk',
backing_path,
'--port',
HTTP_PORT,
'--verbose'
HTTP_PORT
]

return subprocess.Popen(
Expand All @@ -154,8 +153,7 @@ def start_nbd_server(volume_name, device_size):
'--urls',
'http://{}:{}'.format(socket.gethostname(), HTTP_PORT),
'--device-size',
str(device_size),
'--verbose'
str(device_size)
]

nbd_server = subprocess.Popen(
Expand Down

0 comments on commit f620a74

Please sign in to comment.