mirror of
https://github.com/xroche/httrack.git
synced 2026-08-14 11:42:27 +03:00
Compare commits
1 Commits
master
...
retest-103
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7585f40692 |
@@ -11,12 +11,6 @@ testdir=$(cd "$(dirname "$0")" && pwd)
|
||||
# shellcheck source=tests/testlib.sh
|
||||
. "${testdir}/testlib.sh"
|
||||
|
||||
# Starves the x64 CI runner until the whole suite step is lost; Win32 is fine (#1038).
|
||||
if is_windows; then
|
||||
echo "windows: wedges the x64 runner (#1038), skipping"
|
||||
exit 77
|
||||
fi
|
||||
|
||||
python=$(find_python) || ! echo "python3 not found; skipping" >&2 || exit 77
|
||||
command -v httrack >/dev/null || {
|
||||
echo "could not find httrack" >&2
|
||||
|
||||
@@ -286,7 +286,6 @@ expected_skips="01_engine-footer-overflow.test
|
||||
152_engine-string-oom.test
|
||||
153_local-proxytrack-quiet.test
|
||||
215_engine-datadir-ospath.test
|
||||
230_local-ftp-userpass.test
|
||||
243_local-ftp-deadhost-interrupt.test
|
||||
235_local-resume-recovery.test
|
||||
48_local-crange-memresume.test
|
||||
|
||||
Reference in New Issue
Block a user