OSDN Git Service

tests/docker: inline variable definitions or move close to use
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 19 Apr 2022 09:10:03 +0000 (10:10 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Apr 2022 15:04:20 +0000 (16:04 +0100)
commit79bd3ae9d39fcead07938f473caf0dfd9760bd21
tree177a59f34a8e4d834a4f1ec28370545fbfd2a2dd
parent1d64909543e80745e976c059195952df7c748c94
tests/docker: inline variable definitions or move close to use

Variables that are defined with ":=" are handled imperatively, so moving
them closer to the first use ensures that all the assignments prior to
the first use are taken into account.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20220401141326.1244422-6-pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220419091020.3008144-9-alex.bennee@linaro.org>
tests/docker/Makefile.include