aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-05-17 10:27:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-05-17 10:27:11 +0000
commit1f878aee69bf5ec91d71e88d4f1987141978ec5f (patch)
treea52a141793bdebb9fac8745ef54c3f7db9725630 /tests/runtests.pl
parent84fd4686e2fa9dfed265cdd7a941bc0df1ce4821 (diff)
Made test case 241 precheck that the given name resolves to an ipv6 address,
or the test is skipped. Ideally, we should let this test case go over a few frequently used IPv6 localhost aliases...
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index eec07406f..0ba5d8bc1 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -1058,6 +1058,7 @@ sub singletest {
chomp $why;
}
}
+ print "prechecked $cmd\n" if($verbose);
}
if($why) {