From 24153d7d496f569e8eec5a8acafd8956538dcce2 Mon Sep 17 00:00:00 2001 From: Ramil Valitov Date: Mon, 29 Jun 2020 15:44:33 +0300 Subject: [PATCH] display full log --- tests/all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/all.sh b/tests/all.sh index f468518..8bc9a7c 100644 --- a/tests/all.sh +++ b/tests/all.sh @@ -182,7 +182,7 @@ testDiscoverScriptReturnsData() { testDiscoverScriptDebug() { DATA=$(sudo bash "/etc/zabbix/zabbix_php_fpm_discovery.sh" "debug" "/php-fpm-status") ERRORS_LIST=$(echo "$DATA" | grep -F 'Error:') - assertNull "Discover script errors: $ERRORS_LIST" "$ERRORS_LIST" + assertNull "Discover script errors: $DATA" "$ERRORS_LIST" } testZabbixDiscoverReturnsData() {