refactor: share docker e2e instance helpers

This commit is contained in:
Peter Steinberger
2026-04-29 01:17:15 +01:00
parent 6249c32826
commit 3286e99bc2
5 changed files with 89 additions and 99 deletions

View File

@@ -60,5 +60,5 @@ docker_e2e_package_mount_args() {
}
docker_e2e_harness_mount_args() {
DOCKER_E2E_HARNESS_ARGS=(-v "$ROOT_DIR/scripts/e2e:/app/scripts/e2e:ro")
DOCKER_E2E_HARNESS_ARGS=(-v "$ROOT_DIR/scripts/e2e:/app/scripts/e2e:ro" -v "$ROOT_DIR/scripts/lib:/app/scripts/lib:ro")
}