linkchecker/scripts/test.sh
2005-12-08 17:08:22 +00:00

5 lines
144 B
Bash
Executable file

#!/bin/sh
# network device, change as appropriate
P=`dirname $0`
RESOURCES=`$P/resources.sh`
$P/run.sh test.py $RESOURCES --coverage -pvcw "$@"