Home | History | Annotate | Download | only in Scripts

Lines Matching refs:actualHash

723     my $actualHash = "";
729 if (/ActualHash: ([a-f0-9]{32})/) {
730 $actualHash = $1;
740 if ($actualHash eq "" && $expectedHash eq "") {
742 } elsif ($actualHash eq "") {
752 if (!$resetResults && ($expectedHash ne $actualHash || ($actualHash eq "" && $expectedHash eq ""))) {
792 if ($actualHash ne "" && ($resetResults || !-f "$expectedPixelDir/$base-$expectedTag.checksum")) {
793 writeToFile("$expectedPixelDir/$base-$expectedTag.checksum", $actualHash);
856 writeToFile("$expectedFile", $actualHash);