From 683a33f1784d3a002dc54bc2db87de89f8d5528c Mon Sep 17 00:00:00 2001 From: Fae Charlton Date: Wed, 3 Apr 2024 11:14:11 -0400 Subject: [PATCH] more debugging --- libbeat/tests/system/beat/compose.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libbeat/tests/system/beat/compose.py b/libbeat/tests/system/beat/compose.py index cedb94032d7a..72bfbc8077b5 100644 --- a/libbeat/tests/system/beat/compose.py +++ b/libbeat/tests/system/beat/compose.py @@ -216,6 +216,8 @@ def compose_project(cls): import shutil print("hi fae, docker: %s" % shutil.which("docker")) print("hi fae, docker-compose: %s" % shutil.which("docker-compose")) + import os.path + print("hi fae, isfile(/bin/docker):", os.path.isfile("/bin/docker")) from python_on_whales import DockerClient docker = DockerClient(