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

tests: Include archives as well as unpacked directories


Since SteamLinuxRuntime v0.20210505.0, the default is to use unpacked
runtimes *or* include the archives, but
tests/pressure-vessel/containers.py wants both.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 69d45878
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" \
--include-archives \
--no-versioned-directories \ --no-versioned-directories \
--pressure-vessel "${PRESSURE_VESSEL}" \ --pressure-vessel "${PRESSURE_VESSEL}" \
--source-dir="$builddir/depot-template" \ --source-dir="$builddir/depot-template" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment