From: Franck Bui Date: Wed, 22 Sep 2021 06:37:34 +0000 (+0200) Subject: test: make the installation of the debug tools optional in the image X-Git-Tag: v250-rc1~638^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7d47cc86264cd86f9f81962bfa1757e64b664a4;p=thirdparty%2Fsystemd.git test: make the installation of the debug tools optional in the image --- diff --git a/test/test-functions b/test/test-functions index 8ed0dbfe06b..65bc19f77b5 100644 --- a/test/test-functions +++ b/test/test-functions @@ -1539,7 +1539,7 @@ install_basic_tools() { install_debug_tools() { dinfo "Install debug tools" - image_install "${DEBUGTOOLS[@]}" + image_install -o "${DEBUGTOOLS[@]}" if get_bool "$INTERACTIVE_DEBUG"; then # Set default TERM from vt220 to linux, so at least basic key shortcuts work