Skip to content
Snippets Groups Projects
Commit d7137f7a authored by Simon McVittie's avatar Simon McVittie
Browse files

d/tests/relocatable-install: Be consistent about where artifacts went

parent 89a8234a
No related branches found
No related tags found
No related merge requests found
Pipeline #4401 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment