diff --git a/CHANGELOG.md b/CHANGELOG.md index b17ceb3fe3..6c01a45ecb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,8 @@ ### Bug Fixes -* None. +* Fix issue referencing the Tests package from another Bazel workspace. + [jszumski](https://github.com/jszumski) ## 0.58.2: New Year’s Fresh Fold diff --git a/Tests/BUILD b/Tests/BUILD index b73aa578d0..a4ef8d31cb 100644 --- a/Tests/BUILD +++ b/Tests/BUILD @@ -104,6 +104,7 @@ swift_test( name = "BuiltInRulesTests", data = glob( ["BuiltInRulesTests/Resources/**"], + allow_empty = True, # Bazel doesn't support paths with spaces in them exclude = ["BuiltInRulesTests/Resources/FileNameNoSpaceRuleFixtures/**"], ),