test/run_storage: use the OptionParser class for command-line options

Introducing the option "--verbose".
This commit is contained in:
Max Kellermann
2024-05-15 11:08:02 +02:00
parent ca8a2aeb7b
commit 5dd07ac040
2 changed files with 58 additions and 14 deletions

View File

@@ -218,6 +218,7 @@ if enable_database
dependencies: [
event_dep,
storage_glue_dep,
cmdline_dep,
],
)