Skip to content

Commit

Permalink
chore: remove test output (#2713)
Browse files Browse the repository at this point in the history
In this PR:
- Remove test output directory.
  • Loading branch information
JoeWang1127 authored and lqiu96 committed May 22, 2024
1 parent e8ec11f commit f67fd69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions library_generation/test/integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@ def __build_image(cls, docker_file: str, cwd: str):

@classmethod
def __remove_generated_files(cls):
# uncomment this line when the generated files don't owned by root.
# shutil.rmtree(f"{output_dir}", ignore_errors=True)
shutil.rmtree(f"{output_dir}", ignore_errors=True)
if os.path.isdir(f"{golden_dir}"):
shutil.rmtree(f"{golden_dir}")

Expand Down

0 comments on commit f67fd69

Please sign in to comment.