tree: a1f899b7d9aff442f467a1f5d68d8e3e996dd04a [path history] [tgz]
  1. BUILD
  2. embedded_tools_srcs_deps
  3. outer-planets-repo.tar.gz
  4. outer-planets.git_log
  5. pluto-repo.tar.gz
  6. pluto.git_log
  7. README.md
  8. refetch-repo.tar.gz
  9. refetch.git_log
  10. strip-prefix-repo.tar.gz
  11. strip-prefix.git_log
  12. zstd_test_archive.tar.zst
src/test/shell/bazel/testdata/README.md

Test Data for Bazel Integration Tests

git_repository_test.sh

The following archives contain test Git repositories used by git_repository_test.sh to test the git_repository workspace rule:

  • outer-planets-repo.tar.gz
  • pluto-repo.tar.gz
  • refetch-repo.tar.gz
  • strip-prefix.tar.gz

For reference, the following files contain the output of git log -p --decorate for the four repositories:

  • outer-planets.git_log
  • pluto.git_log
  • refetch.git_log
  • strip-prefix.git_log

These files were created by manually creating a git repository and tarring up the result using tar -zcvf.