From a4740e08284d59c5cb5a894fd12e4176332b0470 Mon Sep 17 00:00:00 2001 From: Richard Pappalardo Date: Fri, 27 Mar 2020 14:19:59 -0700 Subject: [PATCH] Closes #9469 - Change UI test failure output --- automation/taskcluster/androidTest/ui-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automation/taskcluster/androidTest/ui-test.sh b/automation/taskcluster/androidTest/ui-test.sh index ae1fbbdbc..796771659 100755 --- a/automation/taskcluster/androidTest/ui-test.sh +++ b/automation/taskcluster/androidTest/ui-test.sh @@ -79,7 +79,7 @@ elif [[ "${device_type}" == "x86-start-test" ]]; then elif [[ "${device_type}" == "arm-start-test" ]]; then flank_template="${PATH_TEST}/flank-armeabi-v7a-start-test.yml" else - echo "NOT FOUND" + echo "FAILURE: flank config file not found!" exitcode=1 fi @@ -95,7 +95,7 @@ function failure_check() { echo echo if [[ $exitcode -ne 0 ]]; then - echo "ERROR: UI test run failed, please check above URL" + echo "FAILURE: UI test run failed, please check above URL" else echo "All UI test(s) have passed!" fi