mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-30 20:50:27 +00:00
Allow python interpreter specification for test run.
This commit is contained in:
parent
9c63262eb5
commit
5f2e6730a9
1 changed files with 1 additions and 1 deletions
|
|
@ -20,5 +20,5 @@ errfile=alexa_1m_err.log
|
|||
rm -f $logfile $errfile
|
||||
for url in $(shuf $HOME/src/alexatopsites/top-1m.txt); do
|
||||
echo "Checking $url" | tee -a $logfile | tee -a $errfile
|
||||
./linkchecker -r1 --no-status $DEBUG $url >> $logfile 2>>$errfile
|
||||
${PYTHON:-python} linkchecker -r1 --no-status $DEBUG $url >> $logfile 2>>$errfile
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue