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

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: default avatarSimon McVittie <smcv@collabora.com>
parent 85e4016b
No related branches found
No related tags found
1 merge request!322Update populate-depot.py
...@@ -27,6 +27,7 @@ fi ...@@ -27,6 +27,7 @@ fi
for suite in $suites; do for suite in $suites; do
python3 ./pressure-vessel/populate-depot.py \ python3 ./pressure-vessel/populate-depot.py \
--depot="$builddir/depots/$suite" \ --depot="$builddir/depots/$suite" \
--no-versioned-directories \
--pressure-vessel "${PRESSURE_VESSEL}" \ --pressure-vessel "${PRESSURE_VESSEL}" \
--source-dir="$builddir/depot-template" \ --source-dir="$builddir/depot-template" \
--unpack-runtimes \ --unpack-runtimes \
......
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