tests/compose: Don't use lockfiles by default

Otherwise, it muddles testing in `test-lockfile.sh` where we want to be
in full control of all the lockfiles fed to `rpm-ostree compose tree`.
This commit is contained in:
Jonathan Lebon 2020-04-14 16:44:04 -04:00 committed by OpenShift Merge Robot
parent e6986d85cd
commit bca19d74e8

View File

@ -60,9 +60,7 @@ else:
export compose_base_argv="\
--unified-core \
--repo=${repo} \
--cachedir=${test_tmpdir}/cache \
--ex-lockfile=config/manifest-lock.x86_64.json \
--ex-lockfile=config/manifest-lock.overrides.x86_64.yaml"
--cachedir=${test_tmpdir}/cache"
# and create this now for tests which only use `compose_base_argv`
mkdir -p cache