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