mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-05 21:21:49 +00:00
test: Always print tile log on real content tests
Add the -t option Signed-off-by: Otavio Pontes <otavio.pontes@intel.com>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user