mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-12 19:50:57 +05:00
Omit archive result summary from dependency installs
This commit is contained in:
parent
5f9c36eb29
commit
968d97de04
@ -1962,8 +1962,6 @@ async def _run_install(plugin_names: list[str] | None = None) -> None:
|
||||
finally:
|
||||
await bus.destroy(clear=False)
|
||||
bus_destroyed = True
|
||||
if live_ui is not None:
|
||||
live_ui.print_summary(output_dir=output_dir, archive_results=[])
|
||||
finally:
|
||||
if not bus_destroyed:
|
||||
await bus.destroy(clear=False)
|
||||
|
||||
@ -204,6 +204,7 @@ def test_install_updates_binary_table(initialized_archive):
|
||||
|
||||
output = result.stdout + result.stderr
|
||||
assert result.returncode == 0, output
|
||||
assert "0 succeeded, 0 noresult, 0 failed, 0 skipped" not in output
|
||||
|
||||
with use_archivebox_db(initialized_archive):
|
||||
binary_counts = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user