diff --git a/tests/test.sh b/tests/test.sh index 2ca8348ad6..85b192eb89 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -42,8 +42,8 @@ cd /tmp/pandorafms/pandora_agents/unix && chmod +x pandora_agent_installer && ./ check "Installing the Pandora FMS Agent" $? # Start Pandora FMS services. -#service tentacle_serverd start -#check "Starting the Tentacle Server" $? +service tentacle_serverd start +check "Starting the Tentacle Server" $? service pandora_server start check "Starting the Pandora FMS Server" $? service pandora_agent_daemon start