]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: make the installation of the debug tools optional in the image
authorFranck Bui <fbui@suse.com>
Wed, 22 Sep 2021 06:37:34 +0000 (08:37 +0200)
committerFranck Bui <fbui@suse.com>
Wed, 22 Sep 2021 06:37:34 +0000 (08:37 +0200)
test/test-functions

index 8ed0dbfe06b3db0c1b5383fe14bb5627e84ef79a..65bc19f77b57c906133980cdacea1ae9c37944ac 100644 (file)
@@ -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