Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
faec committed Apr 3, 2024
1 parent fdb867b commit 683a33f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libbeat/tests/system/beat/compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 683a33f

Please sign in to comment.