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:
Otavio Pontes
2018-12-07 13:11:47 -08:00
parent c9ddca72a0
commit 3e36d062ea
+1 -2
View File
@@ -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() {