From 94f3af4599f9415f5a764c2443da820d927a5f64 Mon Sep 17 00:00:00 2001 From: Ramil Valitov Date: Mon, 29 Jun 2020 15:28:33 +0300 Subject: [PATCH] [add] show host info --- tests/all.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/all.sh b/tests/all.sh index 91e8853..f468518 100644 --- a/tests/all.sh +++ b/tests/all.sh @@ -98,6 +98,11 @@ getAnyPort() { } oneTimeSetUp() { + echo "Host info:" + nslookup localhost + sudo ifconfig + sudo cat /etc/hosts + echo "Copying Zabbix files..." #Install files: sudo cp "$TRAVIS_BUILD_DIR/zabbix/zabbix_php_fpm_discovery.sh" "/etc/zabbix"