mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:34:31 +08:00
DEV: Add seed explicitly in turbo_rspec so that runs can be reproduced
This commit is contained in:
@ -157,6 +157,7 @@ module TurboTests
|
||||
command = [
|
||||
"bundle", "exec", "rspec",
|
||||
*extra_args,
|
||||
"--seed", rand(2**16).to_s,
|
||||
"--format", "TurboTests::JsonRowsFormatter",
|
||||
"--out", tmp_filename,
|
||||
*record_runtime_options,
|
||||
|
Reference in New Issue
Block a user