mirror of
https://github.com/xroche/httrack.git
synced 2026-05-17 00:16:02 +03:00
11 lines
322 B
Bash
Executable File
11 lines
322 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
|
|
bash check-network.sh || ! echo "skipping online unit tests" || exit 77
|
|
|
|
bash crawl-test.sh --errors 0 --files 3 \
|
|
--found ut.httrack.com/cookies/third.html \
|
|
--found ut.httrack.com/cookies/second.html \
|
|
--found ut.httrack.com/cookies/entrance.html \
|
|
httrack http://ut.httrack.com/cookies/entrance.php
|