Loading tests/runtests.pl +13 −0 Original line number Diff line number Diff line #!/usr/bin/perl # $Id$ # # Main curl test script, in perl to run on more platforms # Loading Loading @@ -343,6 +344,18 @@ do { # short output $short=1; } elsif($ARGV[0] eq "-h") { # show help text print <<EOHELP Usage: runtests.pl [-h][-s][-v][numbers] -h this help text -s short output -v verbose output [num] as string like "5 6 9" to run those tests only EOHELP ; exit; } elsif($ARGV[0] =~ /^(\d+)/) { $TESTCASES=$ARGV[0]; # run these tests } Loading Loading
tests/runtests.pl +13 −0 Original line number Diff line number Diff line #!/usr/bin/perl # $Id$ # # Main curl test script, in perl to run on more platforms # Loading Loading @@ -343,6 +344,18 @@ do { # short output $short=1; } elsif($ARGV[0] eq "-h") { # show help text print <<EOHELP Usage: runtests.pl [-h][-s][-v][numbers] -h this help text -s short output -v verbose output [num] as string like "5 6 9" to run those tests only EOHELP ; exit; } elsif($ARGV[0] =~ /^(\d+)/) { $TESTCASES=$ARGV[0]; # run these tests } Loading