Lines Matching refs:cmd
265 my ($cmd)=@_;
267 return checkcmd($cmd, @testpaths);
507 my $cmd = $testcmd;
518 $cmd = "$valgrindcmd $testcmd";
528 $ret = runclient($cmd);
724 my $cmd = $precheck[0];
725 chomp $cmd;
726 if($cmd) {
727 my @p = split(/ /, $cmd);
737 $cmd = join(" ", @p);
740 my @o = `$cmd 2> $LOGDIR/precheck-$testnum`;
748 logmsg "prechecked $cmd\n" if($verbose);
825 my ($cmd, @blaha)= getpart("client", "command");
826 if($cmd) {
828 $cmd =~ s/\n//g; # no newlines please
833 $cmd="-";
865 $cmdargs ="$cmd";
872 $cmdargs ="$cmd";
909 $cmdargs .= $cmd;
915 $cmdargs = " $cmd"; # $cmd is the command line for the test file
1151 my $cmd = join("", @postcheck);
1152 chomp $cmd;
1153 if($cmd) {
1154 logmsg "postcheck $cmd\n" if($verbose);
1155 my $rc = runclient("$cmd");