mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-25 16:31:16 -06:00
Added message with exit code in API tests script
This commit is contained in:
parent
20cd5cd752
commit
84b291e310
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user