From 7f37684920a7ea70cb7c97e40b8dd14bcfe708c8 Mon Sep 17 00:00:00 2001 From: Otavio Pontes Date: Wed, 14 Aug 2019 12:29:32 -0700 Subject: [PATCH] test: Always run real content tests with --no-progress Signed-off-by: Otavio Pontes --- test/real_content/real_content_lib.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/real_content/real_content_lib.bash b/test/real_content/real_content_lib.bash index afa9240e..daad06c4 100644 --- a/test/real_content/real_content_lib.bash +++ b/test/real_content/real_content_lib.bash @@ -145,7 +145,7 @@ test_setup() { sudo rm -rf "$ROOT_DIR" sudo mkdir -p "$ROOT_DIR" - SWUPD_OPTS_SHORT="-u ${URL} -p ${ROOT_DIR} -S ${ROOT_DIR}/var/lib/swupd/" + SWUPD_OPTS_SHORT="-u ${URL} -p ${ROOT_DIR} -S ${ROOT_DIR}/var/lib/swupd/ --no-progress" SWUPD_OPTS="$SWUPD_OPTS_SHORT --no-scripts -t" }