diff --git a/bazel_integration_test/py/test_base.py b/bazel_integration_test/py/test_base.py index a44c06ea..105a4a0a 100644 --- a/bazel_integration_test/py/test_base.py +++ b/bazel_integration_test/py/test_base.py @@ -252,8 +252,10 @@ def _EnvMap(self, env_remove = None, env_add = None): java_home = TestBase.GetEnv('JAVA_HOME', '') if java_home: env['JAVA_HOME'] = java_home + # TODO(GH182): figure out Windows runfiles_dir. else: env = {'HOME': os.path.join(self._temp, 'home')} + env['RUNFILES_DIR'] = self._runfiles env['PATH'] = TestBase.GetEnv('PATH') # The inner Bazel must know that it's running as part of a test (so that it