Files
bitcoin/ci/test
MarcoFalke fa336053aa Move ci_exec to the Python script
The Bash script was acceptable, but CI_EXEC_CMD_PREFIX was a single
string, relying on brittle word splitting that the shellcheck SC2086
would warn about.

So just fix that by moving everything to the Python script and deleting
the Bash script.

This also removes the need to export the CI_CONTAINER_ID env var.
2025-11-25 17:43:20 +01:00
..
2025-08-26 17:11:45 +01:00
2025-11-04 09:27:12 +00:00