Skip to content

Commit

Permalink
Fix test when run streamed and not sandboxed. (mkdir: File exists)
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=135345593
  • Loading branch information
hermione521 authored and damienmg committed Oct 7, 2016
1 parent df5993a commit 0b66bb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/shell/bazel/local_repository_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ function do_new_local_repository_test() {
outside_dir=$TEST_TMPDIR/outside
mkdir -p $outside_dir
package_dir=$project_dir/carnivore
rm -rf $package_dir
mkdir $package_dir
# Be tricky with absolute symlinks to make sure that Bazel still acts as
# though external repositories are immutable.
Expand Down

0 comments on commit 0b66bb5

Please sign in to comment.