mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
capture exit code of the test run.
This commit is contained in:
parent
ea41453442
commit
6d9aecae4c
1 changed files with 3 additions and 0 deletions
|
@ -11,8 +11,11 @@ sleep 20
|
|||
|
||||
echo ">> Running acceptance tests..."
|
||||
grunt test:acceptance
|
||||
_test_exit_code=$?
|
||||
|
||||
echo ">> Killing server (pid: $_pid)"
|
||||
kill -1 "$_pid"
|
||||
|
||||
echo ">> Done"
|
||||
|
||||
exit $_test_exit_code
|
||||
|
|
Loading…
Reference in a new issue