From 378cf2eff90f4cf7f7cb84d92b5265dfc4f0c55e Mon Sep 17 00:00:00 2001 From: Aaron Train Date: Mon, 4 May 2020 10:34:06 -0400 Subject: [PATCH] No issue: remove listing directory contents on UI test results (#10354) --- automation/taskcluster/androidTest/ui-test.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/automation/taskcluster/androidTest/ui-test.sh b/automation/taskcluster/androidTest/ui-test.sh index 45b1ae44a..bd2f699a2 100755 --- a/automation/taskcluster/androidTest/ui-test.sh +++ b/automation/taskcluster/androidTest/ui-test.sh @@ -99,15 +99,9 @@ function failure_check() { if [[ $exitcode -ne 0 ]]; then echo "FAILURE: UI test run failed, please check above URL" else - echo "All UI test(s) have passed!" + echo "All UI test(s) have passed!" fi - echo - echo "RESULTS" - echo - ls -la "${RESULTS_DIR}" - - echo echo "RESULTS" echo