mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-06 13:41:29 +00:00
test: Always run real content tests with --no-progress
Signed-off-by: Otavio Pontes <otavio.pontes@intel.com>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user