diff --git a/run_project_tests.py b/run_project_tests.py index 39bf1628f4aa..be3a3329811b 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -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'