Skip to content

fix(executor): reset RUNFILES_DIR

Chen Hayat requested to merge runfiles_dir_fix into main

This fix solves a situation which RUNFILES_DIR environmental variable is not cleared in the subsequent execution.
Example: When executing a test that is using more than one py_binary rule.

Edited by Chen Hayat

Merge request reports