Home | History | Annotate | Download | only in Scripts

Lines Matching refs:testPath

278 Usage: $programName [options] [testdir|testpath ...]
771 my $testPath = "$testDirectory/$test";
773 $testPath = toWindowsPath($testPath);
775 $testPath = canonpath($testPath);
777 print OUT "$testPath\n";
805 my $testPath = "$testDirectory/$test";
807 $testPath = toWindowsPath($testPath);
809 $testPath = canonpath($testPath);
811 print OUT "$testPath$suffixExpectedHash\n";
814 my $testPath = "$testDirectory/$test";
816 $testPath = toWindowsPath($testPath);
818 $testPath = canonpath($testPath);
820 print OUT "$testPath$suffixExpectedHash\n" if defined $testPath;