Added message with exit code in API tests script

This commit is contained in:
Alejandro Celaya 2020-09-26 11:07:02 +02:00
parent 20cd5cd752
commit 84b291e310

View File

@ -15,5 +15,7 @@ testsExitCode=$?
vendor/bin/mezzio-swoole stop
echo "The exist code was $testsExitCode"
# Exit this script with the same code as the tests. If tests failed, this script has to fail
exit $testsExitCode