aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2023-12-04 11:24:26 -0800
committerEli Schwartz <eschwartz93@gmail.com>2023-12-04 14:36:43 -0500
commitf1c748df87554aa5800fe4ecdea3ab1178e8f613 (patch)
treeb9995e693c2fdaf14179034d669ac093b4dcd9aa /run_project_tests.py
parentdcff439df085b609cb24454598c9879931b942b8 (diff)
downloadmeson-f1c748df87554aa5800fe4ecdea3ab1178e8f613.zip
meson-f1c748df87554aa5800fe4ecdea3ab1178e8f613.tar.gz
meson-f1c748df87554aa5800fe4ecdea3ab1178e8f613.tar.bz2
run_project_tests: remove debug print
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-xrun_project_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/run_project_tests.py b/run_project_tests.py
index 39bf162..be3a332 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'