Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Dec 18, 2024
1 parent e02b4a8 commit 779bf70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hermetic_build/library_generation/generate_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def generate_from_yaml(
repo_config = util.prepare_repo(
gen_config=config, library_config=target_libraries, repo_path=repository_path
)
print(f"Contents in api definition: {os.listdir(api_definitions_path)}")
# copy api definition to output folder.
shutil.copytree(api_definitions_path, repo_config.output_folder, dirs_exist_ok=True)
print(f"Contents in output: {os.listdir(repo_config.output_folder)}")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def setUp(cls) -> None:

def test_entry_point_running_in_container(self):
api_definitions_path = self.__copy_api_definition(googleapis_commitish)
print(f"Contents in host: {os.listdir(api_definitions_path)}")
config_files = self.__get_config_files(config_dir)
for repo, config_file in config_files:
config = from_yaml(config_file)
Expand Down

0 comments on commit 779bf70

Please sign in to comment.