test: Always run real content tests with --no-progress

Signed-off-by: Otavio Pontes <otavio.pontes@intel.com>
This commit is contained in:
Otavio Pontes
2019-08-14 12:29:32 -07:00
parent 970f3a257a
commit 7f37684920
+1 -1
View File
@@ -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"
}