From b3f23256452c039018014114b5422a75c091ddbc Mon Sep 17 00:00:00 2001 From: David Murphy Date: Wed, 7 Aug 2024 09:33:28 -0600 Subject: [PATCH] Added debugging statements --- tests/support/pkg.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/support/pkg.py b/tests/support/pkg.py index 066db28921e..1c21b4095d7 100644 --- a/tests/support/pkg.py +++ b/tests/support/pkg.py @@ -856,6 +856,16 @@ class SaltPkgInstall: f"https://repo.saltproject.io/salt/py3/macos/{major_ver}/{mac_pkg}" ) + if relenv: + dgm_relenv = True + else: + dgm_relenv = False + + print( + f"DGM test/support/pkg for darwin, relenv '{dgm_relenv}', is_aarchc64 '{platform.is_aarch64()}', classic '{self.classic}', arch '{arch}', mac_pkg '{mac_pkg}', mac_pkg_url '{mac_pkg_url}'", + flush=True, + ) + mac_pkg_path = f"/tmp/{mac_pkg}" if not os.path.exists(mac_pkg_path): download_file(