Skip to content

Commit

Permalink
Hopefully fix reproducible-builds.t on Windows
Browse files Browse the repository at this point in the history
Test seems to fail on Windows because it cannot delete open files.
Many thanks to ugexe++ for debugging this.
  • Loading branch information
niner committed May 5, 2019
1 parent 86d66ea commit ed240af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/02-rakudo/reproducible-builds.t
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ for ^2 -> $run {
);
@units.push: my $unit = $store.load-unit($compiler-id, $id);
@checksums.push: $unit.checksum;
$unit.bytecode; # read in bytecode
$unit.close;
$store.remove-from-cache($id);
$store.delete-by-compiler($compiler-id);
}
Expand Down

0 comments on commit ed240af

Please sign in to comment.