mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix exit code for ui tests
This commit is contained in:
parent
fbf0232d52
commit
8632dd3244
1 changed files with 1 additions and 1 deletions
|
|
@ -58,4 +58,4 @@ if [ $ret -ne 0 ] ; then
|
|||
fi
|
||||
|
||||
# Exit
|
||||
exit ret
|
||||
exit $?
|
||||
Loading…
Reference in a new issue