From 9e96b3e77afab390740c901c62d370480cec1a17 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Mon, 14 Sep 2020 13:05:47 +0100
Subject: [PATCH] d/tests/relocatable-install: Archive the relocatable install

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 debian/tests/relocatable-install | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/tests/relocatable-install b/debian/tests/relocatable-install
index c7bcd3358..534264b09 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
-- 
GitLab