summaryrefslogtreecommitdiff
path: root/test/test-functions
diff options
context:
space:
mode:
authorFranck Bui <fbui@suse.com>2021-09-22 08:37:34 +0200
committerFranck Bui <fbui@suse.com>2021-09-22 08:37:34 +0200
commitf7d47cc86264cd86f9f81962bfa1757e64b664a4 (patch)
tree0ce8f9d69fb6493554a6fc91c96d256e369fbbe3 /test/test-functions
parentf782eee68aea996c68b8cfeba5f288dae7fc876f (diff)
downloadsystemd-f7d47cc86264cd86f9f81962bfa1757e64b664a4.tar.gz
test: make the installation of the debug tools optional in the image
Diffstat (limited to 'test/test-functions')
-rw-r--r--test/test-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-functions b/test/test-functions
index 8ed0dbfe06..65bc19f77b 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