linkchecker/scripts/test.sh

5 lines
133 B
Bash
Raw Normal View History

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