Skip to content

fix(runner): unset runfile env vars more granularly

Alex Tercete requested to merge runner-runfiles into main

We were unsetting RUNFILES_DIR too widely in the runner, which could lead to bugs. Fixing this revealed a bug in LocalhostDriver (which is used with runner in the E2E tests) where the runfile env vars weren't being unset properly.

Merge request reports

Loading