1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-21 15:17:01 +00:00

test: Remove unnecessary "exit" calls

This commit is contained in:
Alberto Bertogli
2023-02-01 23:45:51 +00:00
parent 7d6a59ba77
commit 77328b88ed
5 changed files with 2 additions and 6 deletions

View File

@@ -10,7 +10,6 @@ mkdir -p .logs
if ! haproxy -v > /dev/null; then
skip "haproxy binary not found"
exit 0
fi
# Set a 2m timeout: if there are issues with haproxy, the wait tends to hang