#!/bin/bash # set -euo pipefail testdir=$(cd "$(dirname "$0")" && pwd) bash "$testdir/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 "$testdir/crawl-test.sh" --errors 0 --files 5 httrack https://ut.httrack.com/simple/basic.html