From e7b99e761e1042cbf1faded33a9e72cf3c090d97 Mon Sep 17 00:00:00 2001 From: Ivan Kozik Date: Fri, 14 Dec 2018 03:44:53 +0000 Subject: [PATCH] Fix tests/online-tests --- tests/online-tests | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/online-tests b/tests/online-tests index 8c6ea8f..c6326ac 100755 --- a/tests/online-tests +++ b/tests/online-tests @@ -20,7 +20,9 @@ nodnspython=--wpull-args=--no-skip-getaddrinfo grab-site --1 "$server" grab-site $nodnspython --1 "$server" ls -l 127.0.0.1* -gs-dump-urls 127.0.0.1*/wpull.db done +for i in 127.0.0.1*/wpull.db; do + gs-dump-urls "$i" done +done grab-site $nodnspython --1 --permanent-error-status-codes=404 "$server" echo '.*' > ignores grab-site $nodnspython --import-ignores ignores "$server"