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

Install bsd-mailx for the tester | refs #29352

parent a489b51c
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ def setup(interactive=True):
dir_path = utils.get_dir(__file__)
server = utils.get_conf('EMAIL_SMTP_SERVER', '')
cmds = [
'DEBIAN_FRONTEND=noninteractive apt-get install -y postfix bsd-mailx',
'DEBIAN_FRONTEND=noninteractive apt-get install -y postfix',
dict(line='write', template='%s/main.cf' % dir_path, target='/etc/postfix/main.cf', params=(
('{{ hostname }}', hostname),
('{{ smtp }}', server),
......
......@@ -3,6 +3,7 @@
from subprocess import run, DEVNULL, PIPE
PACKAGES = [
"bsd-mailx", # for "mail" command used in tester
"python3-defusedxml",
"python3-openssl",
"python3-psutil",
......
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