Skip to content

Commit 4536036

Browse files
woutdenolfpayno
andauthored
Update src/ewoksjob/tests/utils.py
log missing redis-server Co-authored-by: payno <payno@users.noreply.github.com>
1 parent 49e4599 commit 4536036

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ewoksjob/tests/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def has_redis() -> bool:
1818
def _check_redis_server() -> bool:
1919
redis_server = shutil.which("redis-server")
2020
if redis_server is None:
21+
logger.debug("Unable to find 'redis-server' executable.'")
2122
return False
2223
try:
2324
result = subprocess.run( # noqa: S603 (resolved via shutil.which)

0 commit comments

Comments
 (0)