SystTest: make log world-readable

merge-requests/23/head
Christopher Roy Bratusek 5 years ago
parent ea0b7ea8b1
commit 7bf1c1f08a

@ -359,6 +359,9 @@ store_results () {
add_log ""
find /system/priv-app -type f -name '*.apk' | sort >> ${LOGFILE}
chown root:sdcard_rw ${LOGFILE}
chmod 0644 ${LOGFILE}
export PATH=${OLD_PATH}
}

Loading…
Cancel
Save