Ignore:
Timestamp:
Mar 18, 2020, 6:08:59 PM (5 years ago)
Author:
iritscen
Message:

Val's reports now print section headers for the init/config stage and for the link results themselves.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Validate External Links/validate_external_links.sh

    r1119 r1120  
    484484
    485485# Attempt to download file at LINKS_URL, then check that it succeeded
     486valPrint t "Config:"
     487valPrint r "\b1 Config \b0"
     488valPrint hn "<h3>Config</h3>"
    486489valPrint cwtrh "Downloading list of external links from $LINKS_URL."
    487490LINKS_FILE_NAME=$(echo "$LINKS_URL" | sed 's/.*\///')
     
    554557
    555558### MAIN LOOP ###
     559valPrint t "Links:"
     560valPrint r "\b1 Links \b0"
     561valPrint hn "<h3>Links</h3>"
    556562START_RUN=$(date +%s)
    557563# Process each line of the .csv in LINKS_FILE
Note: See TracChangeset for help on using the changeset viewer.