mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 11:19:51 +00:00
FIX: turbo_rspec doesn't accept these options
This commit is contained in:
parent
68d54d818a
commit
b3ec3fac93
@ -144,6 +144,8 @@ task 'docker:test' do
|
|||||||
puts "travis_fold:start:ruby_tests" if ENV["TRAVIS"]
|
puts "travis_fold:start:ruby_tests" if ENV["TRAVIS"]
|
||||||
unless ENV["SKIP_CORE"]
|
unless ENV["SKIP_CORE"]
|
||||||
params = []
|
params = []
|
||||||
|
|
||||||
|
unless ENV['USE_TURBO']
|
||||||
params << "--profile"
|
params << "--profile"
|
||||||
params << "--fail-fast"
|
params << "--fail-fast"
|
||||||
if ENV["BISECT"]
|
if ENV["BISECT"]
|
||||||
@ -152,6 +154,7 @@ task 'docker:test' do
|
|||||||
if ENV["RSPEC_SEED"]
|
if ENV["RSPEC_SEED"]
|
||||||
params << "--seed #{ENV["RSPEC_SEED"]}"
|
params << "--seed #{ENV["RSPEC_SEED"]}"
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
if ENV['PARALLEL']
|
if ENV['PARALLEL']
|
||||||
parts = ENV['PARALLEL'].split("/")
|
parts = ENV['PARALLEL'].split("/")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user