my $filename=$fileattr{'name'};
if(@inputfile || $filename) {
if(!$filename) {
- logmsg " $testnum: IGNORED: section client=>file has no name attribute\n";
+ logmsg " $testnum: IGNORED: Section client=>file has no name attribute\n";
return -1;
}
my $fileContent = join('', @inputfile);
chomp $dis[0] if($dis[0]);
if($dis[0] eq "test-duphandle") {
# marked to not run with duphandle
- logmsg "test $testnum: IGNORED: can't run test-duphandle\n";
+ logmsg " $testnum: IGNORED: Can't run test-duphandle\n";
return (-1, 0, 0, "", "", 0);
}
}
-bundle use test bundles
-c path use this curl executable
-d display server debug info
- -e event-based execution
+ -e, --test-event event-based execution
+ --test-duphandle duplicate handles before use
-E file load the specified file to exclude certain tests
-f forcibly run even if disabled
-g run the test case with gdb