aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/tests/test_build_wrapper.py
diff options
context:
space:
mode:
Diffstat (limited to 'packaging-tools/tests/test_build_wrapper.py')
-rw-r--r--packaging-tools/tests/test_build_wrapper.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging-tools/tests/test_build_wrapper.py b/packaging-tools/tests/test_build_wrapper.py
index 036bd1d0e..1834f9868 100644
--- a/packaging-tools/tests/test_build_wrapper.py
+++ b/packaging-tools/tests/test_build_wrapper.py
@@ -68,7 +68,6 @@ class TestBuildWrapper(unittest.TestCase):
remote_path_base = os.path.join(temp_dir, project_name, version_branch)
remote_path_snapshot_dir = os.path.join(remote_path_base, build_number)
remote_path_latest_link = os.path.join(remote_path_base, 'latest')
- print(remote_path_latest_link)
self.assertTrue(os.path.isdir(remote_path_base))
self.assertTrue(os.path.isdir(remote_path_snapshot_dir))
self.assertTrue(os.path.islink(remote_path_latest_link))