diff options
Diffstat (limited to 'run_project_tests.py')
| -rwxr-xr-x | run_project_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/run_project_tests.py b/run_project_tests.py index 39bf1628f..be3a33298 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -1562,7 +1562,6 @@ def print_tool_versions() -> None: 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' |
