mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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 = [
|
command = [
|
||||||
"bundle", "exec", "rspec",
|
"bundle", "exec", "rspec",
|
||||||
*extra_args,
|
*extra_args,
|
||||||
|
"--seed", rand(2**16).to_s,
|
||||||
"--format", "TurboTests::JsonRowsFormatter",
|
"--format", "TurboTests::JsonRowsFormatter",
|
||||||
"--out", tmp_filename,
|
"--out", tmp_filename,
|
||||||
*record_runtime_options,
|
*record_runtime_options,
|
||||||
|
|||||||
Reference in New Issue
Block a user