mirror of
https://github.com/xroche/httrack.git
synced 2026-05-17 00:16:02 +03:00
11 lines
407 B
Bash
Executable File
11 lines
407 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
|
|
bash check-network.sh || ! echo "skipping online unit tests" || exit 77
|
|
|
|
# http://code.google.com/p/httrack/issues/detail?id=42&can=1
|
|
# we expect 2 errors only because other links are too longs (to be modified if suitable)
|
|
bash crawl-test.sh --errors 2 --files 1 \
|
|
--found ut.httrack.com/overflow/longquerywithaccents.html \
|
|
httrack http://ut.httrack.com/overflow/longquerywithaccents.php
|