bitter-ability-32190
12/20/2023, 5:23 PMexperimental_test_shell_command?
In Pants repo, BUILD
experimental_test_shell_command(
name="test-bind-mount",
tools=["test", "cat"],
command="cat /etc/os-release && test -f /.aws/config",
environment="docker"
)
yields:
11:23:06.27 [ERROR] Completed: Test with shell command - //:test-bind-mount - failed (exit code 1).
NAME="Ubuntu"
VERSION="20.04.6 LTS (Focal Fossa)"
...bitter-ability-32190
12/20/2023, 5:30 PMpython_test DOES run in the environment 😮bitter-ability-32190
12/20/2023, 5:49 PMbitter-ability-32190
12/20/2023, 5:53 PM