Skip to content

Commit

Permalink
run_project_tests: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
dcbaker authored and eli-schwartz committed Dec 4, 2023
1 parent dcff439 commit f1c748d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run_project_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1562,7 +1562,6 @@ def get_version(t: ToolInfo) -> str:
print()

tmpdir = list(Path('.').glob('**/*install functions and follow symlinks'))
print(tmpdir)
assert(len(tmpdir) == 1)
symlink_test_dir = tmpdir[0]
symlink_file1 = symlink_test_dir / 'foo/link1'
Expand Down

0 comments on commit f1c748d

Please sign in to comment.