aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell
diff options
context:
space:
mode:
authorGravatar Lukacs Berki <lberki@google.com>2015-12-10 09:57:52 +0000
committerGravatar Lukacs Berki <lberki@google.com>2015-12-10 12:41:36 +0000
commitcf87843c422e90930779f078ce6bb11217570190 (patch)
treececc8a0679bdcc8fbd308361ceb0b76e18219a6f /src/test/shell
parent977316812543c64725beefc4d1f1c74cb1a870c0 (diff)
Now that external files are not always treated as immutable, eliminate the "overlaid BUILD files" hack in RepositoryValue.
-- MOS_MIGRATED_REVID=109877252
Diffstat (limited to 'src/test/shell')
-rwxr-xr-xsrc/test/shell/bazel/local_repository_test.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/shell/bazel/local_repository_test.sh b/src/test/shell/bazel/local_repository_test.sh
index 127fff74f2..7e6d8a447c 100755
--- a/src/test/shell/bazel/local_repository_test.sh
+++ b/src/test/shell/bazel/local_repository_test.sh
@@ -967,8 +967,7 @@ EOF
expect_log "42"
}
-# Currently disabled due to a bug in Bazel. Stay tuned.
-function DISABLED_test_change_new_repository_build_file() {
+function test_change_new_repository_build_file() {
local r=$TEST_TMPDIR/r
rm -fr $r
mkdir -p $r