From 1509bfb0f5f816fbf762bd9dd71ec4734d94b899 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Thu, 13 Jun 2019 21:30:43 +0200 Subject: [PATCH] SysTest: string changes --- systest/SysTest | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/systest/SysTest b/systest/SysTest index ae5124f..ad546d4 100644 --- a/systest/SysTest +++ b/systest/SysTest @@ -307,14 +307,14 @@ store_results () { check_fake_package_signature && add_log "NATIVE_SIGSPOOF=TRUE" || add_log "NATIVE_SIGSPOOF=FALSE" add_log "" - add_log "Bromite System WebView supported" - add_log "================================" + add_log "Bromite System WebView support" + add_log "==============================" add_log "" check_bromite_webview_support && add_log "WEBVIEW_SUPPORT=TRUE" || add_log "WEBVIEW_SUPPORT=FALSE" add_log "" - add_log "Magisk Installation" - add_log "================" + add_log "Magisk installation status" + add_log "==========================" add_log "" if [ -f /data/adb/magisk/util_functions.sh ]; then add_log "MAGISK=TRUE"