mirror of
https://github.com/xroche/httrack.git
synced 2026-05-22 10:56:00 +03:00
12 lines
274 B
Plaintext
12 lines
274 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
#
|
||
|
|
|
||
|
|
bash check-network.sh || ! echo "skipping online unit tests" || exit 77
|
||
|
|
|
||
|
|
if test "$HTTPS_SUPPORT" == "no"; then
|
||
|
|
echo "no https support compiled, skipping"
|
||
|
|
exit 77
|
||
|
|
fi
|
||
|
|
|
||
|
|
bash crawl-test.sh --errors 0 --files 5 httrack https://ut.httrack.com/simple/basic.html
|