linkchecker/scripts/test.sh
2005-12-18 08:14:03 +00:00

4 lines
104 B
Bash
Executable file

#!/bin/sh
P=`dirname $0`
RESOURCES=`$P/resources.sh`
$P/run.sh test.py $RESOURCES --coverage -pvcw "$@"