Lines Matching +full:runner +full:- +full:before +full:- +full:script
22 # SPDX-License-Identifier: curl
26 # This script is intended for developers to test some internals of the
30 # An example command-line that starts a test http server for test 11 and waits
31 # for the user before stopping it:
32 # ./devtest.pl --verbose serverfortest https echo "Started https" protoport https preprocess 11 p…
34 # curl -vkL https://localhost:<protoport>/11
42 # usually set by the Makefile, but for out-of-tree builds with direct
58 use runner qw(
73 my $uname_release = `uname -r`;
95 # Generate a "proto-ipv6" version of each protocol to match the
96 # IPv6 <server> name and a "proto-unix" to match the variant which
99 push @protocols, map(("$_-ipv6", "$_-unix"), @protocols);
101 # 'http-proxy' is used in test cases to do CONNECT through
102 push @protocols, 'http-proxy';
113 for (`$CURL -V 2>/dev/null`) {
136 # Parse command-line options and commands
139 if($ARGV[0] eq "-h") {
140 print "Usage: devtest.pl [--verbose] [command [arg]...]\n";
152 elsif($ARGV[0] eq "--verbose") {