diff --git a/debian/tests/relocatable-install b/debian/tests/relocatable-install index c7bcd3358672694033001226b07a3ebc5f59fda7..534264b098b7b4c40baea4ee68f111c36cf25a95 100755 --- a/debian/tests/relocatable-install +++ b/debian/tests/relocatable-install @@ -18,7 +18,7 @@ apt-get -y install \ /usr/lib/pressure-vessel/relocatable/bin/pressure-vessel-build-relocatable-install \ ${CI_ALLOW_MISSING_SOURCES:+--allow-missing-sources} \ --output "${AUTOPKGTEST_TMP}/relocatable-install" \ - --archive "${AUTOPKGTEST_TMP}" + --archive "${AUTOPKGTEST_ARTIFACTS}" if command -v python3.5; then PYTHON=python3.5 @@ -33,6 +33,3 @@ for archive in "${AUTOPKGTEST_TMP}"/*.tar.*; do echo "==== $(basename "$archive") ====" tar -tvf "$archive" done - -# TODO: When the coordinator can accept bigger artifacts, use -# --archive=${AUTOPKGTEST_ARTIFACTS} instead