Fixed typo

This commit is contained in:
Alejandro Celaya 2019-11-09 12:08:22 +01:00
parent b87964f716
commit 8bf79db66a

View File

@ -10,11 +10,9 @@ vendor/bin/zend-expressive-swoole start -d
sleep 2
vendor/bin/phpunit --order-by=random -c phpunit-api.xml --testdox --colors=always
# Capture tests exit code
testsExitCode=$?
vendor/bin/zend-expressive-swoole stop
# Exit this script with the same code as the tests. If tests failed, this script has to fail
exit testsExitCode
exit $testsExitCode