Update test.sh

Fixed the exit status before executing the console CI scripts
This commit is contained in:
Axel 2016-05-24 00:40:02 +02:00
parent 5fea428a87
commit 531b7e9eb9
1 changed files with 1 additions and 2 deletions

View File

@ -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