mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-19 14:57:04 +00:00
test: Skip exim test if the binary is not found
The exim test requires a bit more preparation than the rest, so skip it if the binary is not found or not working properly.
This commit is contained in:
@@ -58,6 +58,10 @@ function success() {
|
||||
echo "SUCCESS"
|
||||
}
|
||||
|
||||
function skip() {
|
||||
echo "SKIPPED" $*
|
||||
}
|
||||
|
||||
# Wait until there's something listening on the given port.
|
||||
function wait_until_ready() {
|
||||
PORT=$1
|
||||
|
||||
Reference in New Issue
Block a user