From 3e36d062eaeaa95a1d6f992cea5b0d2b98a09aa5 Mon Sep 17 00:00:00 2001 From: Otavio Pontes Date: Fri, 2 Nov 2018 22:40:10 +0000 Subject: [PATCH] test: Always print tile log on real content tests Add the -t option Signed-off-by: Otavio Pontes --- test/real_content/real_content_lib.bash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/real_content/real_content_lib.bash b/test/real_content/real_content_lib.bash index d96c46e3..cd56ce10 100644 --- a/test/real_content/real_content_lib.bash +++ b/test/real_content/real_content_lib.bash @@ -137,9 +137,8 @@ test_setup() { ROOT_DIR="${PWD}/${TEST_NAME}" # TODO: use -S ${ROOT_DIR}/var/lib/swupd/ when #665 gets fixed - # TODO: Add -t SWUPD_OPTS_SHORT="-u ${URL} -p ${ROOT_DIR} -S ${ROOT_DIR}/swupd/" - SWUPD_OPTS="$SWUPD_OPTS_SHORT --no-scripts" + SWUPD_OPTS="$SWUPD_OPTS_SHORT --no-scripts -t" } test_teardown() {