aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2015-07-22 16:24:54 +0000
committerGravatar Laszlo Csomor <laszlocsomor@google.com>2015-07-23 11:00:21 +0000
commitcaf0191214bf3ff5ba472f0bc5b6e396c4acbdc0 (patch)
tree2ff176a0718da92f6994cb6e9323f3a38bd325a8 /src/test
parent53f5f3327c329cd036bb7cb63932e4bfcc248d9a (diff)
Make tar.gz decompressor overwrite old versions of decompressed files
Otherwise Files.copy will throw an IOException when it tries to overwrite an existing copy. -- MOS_MIGRATED_REVID=98840310
Diffstat (limited to 'src/test')
-rwxr-xr-xsrc/test/shell/bazel/external_integration_test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/shell/bazel/external_integration_test.sh b/src/test/shell/bazel/external_integration_test.sh
index d5c1bb76fe..5353b7185c 100755
--- a/src/test/shell/bazel/external_integration_test.sh
+++ b/src/test/shell/bazel/external_integration_test.sh
@@ -216,6 +216,8 @@ EOF
function test_http_archive_tgz() {
http_archive_helper tar_gz_up
+ bazel shutdown
+ http_archive_helper tar_gz_up
}
function test_http_archive_no_server() {