No issue: remove listing directory contents on UI test results (#10354)

fennec/production
Aaron Train 4 years ago committed by GitHub
parent 824dedb195
commit 378cf2eff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save