This will be useful for making $shell calls to something more flexible than the shell builtins.
Reviewed-by: Manos Pitsidianakis <[email protected]> Signed-off-by: Alex Bennée <[email protected]> Message-ID: <[email protected]> diff --git a/configure b/configure index 95f67c1a827..825057ebf15 100755 --- a/configure +++ b/configure @@ -1800,6 +1800,7 @@ echo "SRC_PATH=$source_path" >> tests/tcg/$config_host_mak if test "$plugins" = "yes" ; then echo "CONFIG_PLUGIN=y" >> tests/tcg/$config_host_mak fi +echo "PYTHON=$python" >> tests/tcg/$config_host_mak tcg_tests_targets= for target in $target_list; do -- 2.47.2
