Skip to content
Snippets Groups Projects
Commit 93b71733 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Check for postgresql-client package in postgresql test

parent 6acb75df
No related branches found
No related tags found
No related merge requests found
......@@ -389,7 +389,7 @@ def main():
"""Run all checks and exits with corresponding exit code."""
apt = Apt()
if "postgresql" not in apt.installed_packages:
if "postgresql-client" not in apt.installed_packages:
exit(2)
# load configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment