Windows: cannot run tests from external repo with --legacy_external_runfiles
#8088
Labels
area-Windows
Windows-specific issues and feature requests
P2
We'll consider working on this in future. (Assignee optional)
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
type: bug
Description of the problem / feature request:
Bazel on Windows cannot run tests from external repos with
--nolegacy_external_runfiles
.Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Directories
a
andb
are siblings.a\WORKSPACE
:a\BUILD
:a\x.cc
:b\WORKSPACE
:empty
b\BUILD
:same as
a\BUILD
b\x.cc
:same as
a\x.cc
Demo:
Default test wrapper (test-setup.sh), default external runfiles:
Native test wrapper, default external runfiles:
Default test wrapper (test-setup.sh), no external runfiles:
Native test wrapper, no external runfiles:
What operating system are you running Bazel on?
Windows 10
What's the output of
bazel info release
?release 0.25.0rc3
The text was updated successfully, but these errors were encountered: