From 9c848d6808411d2b260c40117e70ab4bfa0e430c Mon Sep 17 00:00:00 2001 From: downtownallday Date: Tue, 2 Jun 2020 21:22:11 -0400 Subject: [PATCH] again --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8e5a9e34..e7dd14fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,21 +37,25 @@ before_install: # domain. We don't have those in QA, so we need the hosts entry. - echo "$(source setup/functions.sh; get_default_privateip 4) $PRIMARY_HOSTNAME" > /tmp/hosts_add.tmp - sudo $SHELL -c 'cat /tmp/hosts_add.tmp >>/etc/hosts' + - (sudo systemctl status -l nsd; true) install: - sudo ./setup/start.sh -v script: + - (sudo systemctl status -l nsd; true) + - sudo cat /var/log/nsd.log - sudo $SHELL -c 'cat ./tests/assets/nsd/nsd-extra.conf >> /etc/nsd/nsd.conf' - sudo sed -i 's/\(.\) yes/\1 yes\n port\1 1053/' /etc/nsd/nsd.conf - sudo systemctl restart nsd - sudo systemctl status -l nsd - sudo tail -100 /var/log/syslog + - sudo cat /var/log/nsd.log - sudo cat /etc/nsd/nsd.conf - sudo nsd-checkconf -o port /etc/nsd/nsd.conf - sudo ps -ef - sudo ss -lp "sport = 8952" - sudo ss -lp "sport = :domain" - - sudo find / nsd.conf + - sudo find / -name nsd.conf - ip add - sudo ./tests/runner.sh -dumpoutput -no-smtp-remote