Searched refs:testCommand (Results 1 – 2 of 2) sorted by relevance
141 my $testCommand = @{ $tests{$i} }[$j];142 if ($testCommand =~/--/) {144 $testCommand = $`; #The left part for furthur processing146 ($program, @argsAndTest) = split(/\ /, $testCommand);
456 int listCommand = 0, testCommand = 0, fullPaths = 0; in main() local459 else if (strcmp(command, "t") == 0) testCommand = 1; in main()548 Print(testCommand ? in main()567 if (!testCommand) in main()