From f1f11af3ee0e6126f5ac2f646a9bceb012b77435 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Fri, 28 Dec 2018 22:25:39 +0100 Subject: [PATCH] SysTest: minor change --- systest/SysTest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/systest/SysTest b/systest/SysTest index b6ce56a..1d6ab3c 100644 --- a/systest/SysTest +++ b/systest/SysTest @@ -255,9 +255,10 @@ store_results () { add_log "Mounted Partitions" add_log "==================" add_log "" - mount | awk '{print $1 " on " $3}' >> ${LOGFILE} add_log "DEVICE_AB=${DEVICE_AB}" add_log "VENDOR_COMPAT=${VENDOR_COMPAT}" + add_log "" + mount | awk '{print $1 " on " $3}' >> ${LOGFILE} add_log "" add_log "DalvikVM, LD_LIBRARY_PATH and DEX status"