Skip to content

Conversation

@basvandijk
Copy link
Collaborator

WIP

@github-actions github-actions bot added the chore label Jan 21, 2026
read -ra test_driver_extra_args <<<"${RUN_SCRIPT_DRIVER_EXTRA_ARGS:-}"

# Copy all runtime_deps into "$TEST_TMPDIR/runfiles"
# and reset the env vars pointing to the new location using absolute paths.
Copy link
Collaborator Author

@basvandijk basvandijk Jan 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to self: I'm not sure yet whether to go with absolute or relative paths.

  • Absolute paths have the minor advantage that we don't need to export $RUNFILES.

  • Relative paths have the advantage of being consistent with Bazel and that for colocated tests we can just copy $RUNFILES to the colocated test-driver and point RUNFILES to the copied directory and be done with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant