1
0
Fork 0

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

master
Aaron Train 2020-05-04 10:34:06 -04:00 committed by GitHub
parent 824dedb195
commit 378cf2eff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 7 deletions

View File

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