From 69d4587841ded0af1c6f271bede484d1d4746cb7 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Tue, 15 Jun 2021 19:18:02 +0100
Subject: [PATCH] tests: Unpack runtimes into non-versioned directories

tests/pressure-vessel/containers.py currently expects this, but the
default behaviour for populate-depot.py changed between v0.20210430.0
and v0.20210505.0.

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 tests/pressure-vessel/prepare-test-depots.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/pressure-vessel/prepare-test-depots.sh b/tests/pressure-vessel/prepare-test-depots.sh
index b8c9fbcd6..19416d5b2 100755
--- a/tests/pressure-vessel/prepare-test-depots.sh
+++ b/tests/pressure-vessel/prepare-test-depots.sh
@@ -27,6 +27,7 @@ fi
 for suite in $suites; do
     python3 ./pressure-vessel/populate-depot.py \
         --depot="$builddir/depots/$suite" \
+        --no-versioned-directories \
         --pressure-vessel "${PRESSURE_VESSEL}" \
         --source-dir="$builddir/depot-template" \
         --unpack-runtimes \
-- 
GitLab