From f7d47cc86264cd86f9f81962bfa1757e64b664a4 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Wed, 22 Sep 2021 08:37:34 +0200 Subject: [PATCH] test: make the installation of the debug tools optional in the image --- test/test-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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