Link Check

Test Objectives

APIs affected by this test

Setup

Test Execution

cd <your scripts directory>

Usage: crawlink.tcl <url> >& crawlink.log &

e.g.


            crawlink.tcl http://www.ldas-dev.ligo.caltech.edu >& crawlink.log &
        

Test Validation:

The script output lists the bad links within a url

e.g.



        ROOT: http://www.ldas-dev.ligo.caltech.edu/doc/standalone.html
            BAD 1 404 http://www.lsc-group.phys.uwm.edu/lal/lal-3.0.tar.gz
            BAD 1 404 http://www.lsc-group.phys.uwm.edu/lal/lalwrapper-3.0.tar.gz
        ...