Update test.sh
Fixed the exit status before executing the console CI scripts
This commit is contained in:
parent
5fea428a87
commit
531b7e9eb9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue