From cf87843c422e90930779f078ce6bb11217570190 Mon Sep 17 00:00:00 2001 From: Lukacs Berki Date: Thu, 10 Dec 2015 09:57:52 +0000 Subject: Now that external files are not always treated as immutable, eliminate the "overlaid BUILD files" hack in RepositoryValue. -- MOS_MIGRATED_REVID=109877252 --- src/test/shell/bazel/local_repository_test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/test/shell') 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 -- cgit v1.2.3