Skip to content

Commit d157376

Browse files
committed
fix test-snapshot-reproducible by setting --hash-seed=42
1 parent cb31fb2 commit d157376

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-snapshot-reproducible.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ function generateSnapshot() {
1919
process.execPath,
2020
[
2121
'--random_seed=42',
22+
'--hash-seed=42',
2223
'--predictable',
2324
'--build-snapshot',
2425
'node:generate_default_snapshot_source',

0 commit comments

Comments
 (0)