diff --git a/bin/test/run-api-tests.sh b/bin/test/run-api-tests.sh index f3236d1b..00b97407 100755 --- a/bin/test/run-api-tests.sh +++ b/bin/test/run-api-tests.sh @@ -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