diff --git a/tests/test.sh b/tests/test.sh index 0b57645510..384780910f 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -49,10 +49,9 @@ check "Starting the Pandora FMS Server" $? service pandora_agent_daemon start check "Starting the Pandora FMS Agent" $? -exit 0 #Run console CI tests cd /tmp/pandorafms/tests && chmod +x run_console_tests.py && ./run_console_tests.py check "Running console CI tests" $? - +exit 0