1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-05 00:27:25 +00:00
This commit is contained in:
downtownallday 2020-06-02 18:18:35 -04:00
parent 773ae77cf3
commit bb66a7c32b
2 changed files with 6 additions and 2 deletions

View File

@ -41,4 +41,10 @@ install:
- sudo ./setup/start.sh -v
script:
- ip add
- sudo cat /var/log/nsd.log
- sudo $SHELL -c 'echo do-ip6:no >> /etc/nsd/nsd.conf'
- sudo systemctl restart nsd
- sudo systemctl status nsd
- sudo cat /var/log/nsd.log
- sudo ./tests/runner.sh -dumpoutput -no-smtp-remote

View File

@ -111,8 +111,6 @@ mgmt_create_user() {
systemctl status nsd.service >>$TEST_OF
record "[NSD LOG]"
cat /var/log/nsd.log >>$TEST_OF
netstat -alnp | grep 8952 >>$TEST_OF
ps -ejH >>$TEST_OF
fi
return $rc
}