Home | History | Annotate | Download | only in Scripts

Lines Matching refs:testPath

226 Usage: $programName [options] [testdir|testpath ...]
627 my $testPath = "$testDirectory/$test";
629 $testPath = toWindowsPath($testPath);
631 $testPath = canonpath($testPath);
633 print OUT "$testPath$suffixExpectedHash\n";
637 my $testPath = "$testDirectory/$test";
639 $testPath = toWindowsPath($testPath);
641 $testPath = canonpath($testPath);
643 print OUT "$testPath\n";
663 my $testPath = "$testDirectory/$test";
665 $testPath = toWindowsPath($testPath);
667 $testPath = canonpath($testPath);
669 print OUT "$testPath$suffixExpectedHash\n" if defined $testPath;