msubprojects: make purge print full paths to comply with the tests

pull/9031/head
Andrei Alexeyev 4 years ago committed by Jussi Pakkanen
parent 5d88c45861
commit 254969b128
  1. 2
      mesonbuild/msubprojects.py

@ -432,6 +432,8 @@ class Runner:
# NOTE: Do not use .resolve() here; the subproject directory may be a symlink
subproject_source_dir = Path(self.repo_dir)
# Resolve just the parent, just to print out the full path
subproject_source_dir = subproject_source_dir.parent.resolve() / subproject_source_dir.name
# Don't follow symlink. This is covered by the next if statement, but why
# not be doubly sure.

Loading…
Cancel
Save