cc_test in an external repository fails to run when using --nolegacy_external_runfiles
#6222
Labels
P2
We'll consider working on this in future. (Assignee optional)
team-Rules-CPP
Issues for C++ rules
type: bug
Description of the problem / feature request:
cc_test in an external repository fails to run when using
--nolegacy_external_runfiles
Feature requests: what underlying problem are you trying to solve with this feature?
When running bazel test the following error occurs:
external/bazel_tools/tools/test/test-setup.sh: line 261: : command not found
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Create a cc_test in an external repository with an empty main and run
bazel test @repository//:test --nolegacy_external_runfiles
What operating system are you running Bazel on?
Ubuntu 14.04
What's the output of
bazel info release
?release 0.17.2
Have you found anything relevant by searching the web?
No
The text was updated successfully, but these errors were encountered: