diff options
| author | Daniel P. Berrangé | 2021-07-09 16:29:38 +0200 |
|---|---|---|
| committer | Alex Bennée | 2021-07-14 15:33:53 +0200 |
| commit | 888673bbb9f5dc8e35c4747ddd1addba251a9a47 (patch) | |
| tree | 688a52a1195490e4a63f1bbd809bbe5661dff296 /tests/docker/run | |
| parent | tests/docker: use explicit docker.io registry (diff) | |
| download | qemu-888673bbb9f5dc8e35c4747ddd1addba251a9a47.tar.gz qemu-888673bbb9f5dc8e35c4747ddd1addba251a9a47.tar.xz qemu-888673bbb9f5dc8e35c4747ddd1addba251a9a47.zip | |
tests/docker: remove FEATURES env var from templates
In preparation for switching to auto-generated dockerfiles, remove the
FEATURES env variable. The equivalent functionality can be achieved in
most cases by just looking for existance of a binary.
The cases which don't correspond to binaries are simply dropped because
configure/meson will probe for any requested feature anyway.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210623142245.307776-6-berrange@redhat.com>
Message-Id: <20210709143005.1554-14-alex.bennee@linaro.org>
Diffstat (limited to 'tests/docker/run')
| -rwxr-xr-x | tests/docker/run | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/docker/run b/tests/docker/run index 8edc7026ee..421393046b 100755 --- a/tests/docker/run +++ b/tests/docker/run @@ -30,9 +30,6 @@ mkdir -p $TEST_DIR/{src,build,install} # Extract the source tarballs tar -C $TEST_DIR/src -xf $BASE/qemu.tar || { echo "Failed to untar source"; exit 2; } -if test -f $TEST_DIR/src/Makefile; then - export FEATURES="$FEATURES dtc" -fi if test -n "$SHOW_ENV"; then if test -f /packages.txt; then |
