Skip to content

Commit

Permalink
Update library_generation/test/integration_tests.py
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Wang <[email protected]>
  • Loading branch information
diegomarquezp and JoeWang1127 authored Feb 21, 2024
1 parent fbf133b commit 460ded2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library_generation/test/integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_generate_repo(self):
def __pull_repo_to(cls, default_dest: Path, repo: str, committish: str) -> str:
if "RUNNING_IN_DOCKER" in os.environ:
# the docker image expects the repo to be in /workspace
dest_str = "/workspace"
dest_in_docker = "/workspace"
run_process_and_print_output(
["git", "config", "--global", "--add", "safe.directory", dest_str],
"Add /workspace to safe directories",
Expand Down

0 comments on commit 460ded2

Please sign in to comment.