From 8106d57ebcd0217e26fa6f08f40182fa90d551e7 Mon Sep 17 00:00:00 2001 From: Ramil Valitov Date: Mon, 29 Jun 2020 02:43:29 +0300 Subject: [PATCH] [add] full output --- tests/all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/all.sh b/tests/all.sh index b291922..c9e5e2e 100644 --- a/tests/all.sh +++ b/tests/all.sh @@ -152,7 +152,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" }