ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Validate External Links/validate_external_links.sh
(Generate patch)

Comparing Validate External Links/validate_external_links.sh (file contents):
Revision 1119 by iritscen, Wed Mar 18 00:24:42 2020 UTC vs.
Revision 1120 by iritscen, Wed Mar 18 17:08:59 2020 UTC

# Line 483 | Line 483 | printRTFheader
483   printHTMheader
484  
485   # Attempt to download file at LINKS_URL, then check that it succeeded
486 + valPrint t "Config:"
487 + valPrint r "\b1 Config \b0"
488 + valPrint hn "<h3>Config</h3>"
489   valPrint cwtrh "Downloading list of external links from $LINKS_URL."
490   LINKS_FILE_NAME=$(echo "$LINKS_URL" | sed 's/.*\///')
491   LINKS_FILE="$OUTPUT_PATH/$LINKS_FILE_NAME"
# Line 553 | Line 556 | valPrint trh ""
556  
557  
558   ### MAIN LOOP ###
559 + valPrint t "Links:"
560 + valPrint r "\b1 Links \b0"
561 + valPrint hn "<h3>Links</h3>"
562   START_RUN=$(date +%s)
563   # Process each line of the .csv in LINKS_FILE
564   for LINE in `cat "$LINKS_FILE"`; do

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)