From d7137f7a30d9f88c9f5f931510e6b12c113525e0 Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Mon, 14 Sep 2020 13:54:05 +0100 Subject: [PATCH] d/tests/relocatable-install: Be consistent about where artifacts went Signed-off-by: Simon McVittie <smcv@collabora.com> --- debian/tests/relocatable-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/tests/relocatable-install b/debian/tests/relocatable-install index 534264b09..4adf0eb61 100755 --- a/debian/tests/relocatable-install +++ b/debian/tests/relocatable-install @@ -29,7 +29,7 @@ fi "$PYTHON" ./tests/pressure-vessel/relocatable-install.py \ "${AUTOPKGTEST_TMP}/relocatable-install" -for archive in "${AUTOPKGTEST_TMP}"/*.tar.*; do +for archive in "${AUTOPKGTEST_ARTIFACTS}"/*.tar.*; do echo "==== $(basename "$archive") ====" tar -tvf "$archive" done -- GitLab