From 09e19ef7ec76a777e33daef8d1d65733c2fc8f50 Mon Sep 17 00:00:00 2001 From: omercier Date: Fri, 8 Aug 2025 17:26:10 +0200 Subject: [PATCH] removing debug info --- tests/resources/resources.resource | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/resources/resources.resource b/tests/resources/resources.resource index 59194f893..21ad8f13e 100644 --- a/tests/resources/resources.resource +++ b/tests/resources/resources.resource @@ -67,7 +67,6 @@ Ctn Clear Connector Log Create File /tmp/connector.log Ctn Stop Connector - Log To Console Killing connector Terminate All Processes Ctn Kill Connector Remove Files /tmp/connector.output* @@ -164,10 +163,8 @@ Ctn Run Command And Check Result As Strings Remove File /tmp/connector.output Remove File /tmp/connector.command.log IF '${tc}' == '0' or "centreon_plugins.pl" in $command - Log To Console s Ctn Run Command Without Connector And Check Result As Strings ${command} ${expected_result} ELSE - Log To Console c Ctn Run Command With Connector And Check Result As Strings ${command} ${expected_result} ${tc} ${timeout} END @@ -176,10 +173,8 @@ Ctn Run Command And Check Result As Regexp Remove File /tmp/connector.output Remove File /tmp/connector.command.log IF '${tc}' == '0' or "centreon_plugins.pl" in $command - Log To Console s Ctn Run Command Without Connector And Check Result As Regexp ${command} ${expected_result} ELSE - Log To Console c Ctn Run Command With Connector And Check Result As Regexp ${command} ${expected_result} ${tc} ${timeout} END