mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
NO_QUNIT=1 disables qunit in autospec
This commit is contained in:
parent
e1db744d6a
commit
617a605ca2
@ -18,7 +18,8 @@ class Autospec::Manager
|
|||||||
@queue = []
|
@queue = []
|
||||||
@mutex = Mutex.new
|
@mutex = Mutex.new
|
||||||
@signal = ConditionVariable.new
|
@signal = ConditionVariable.new
|
||||||
@runners = [ruby_runner, javascript_runner]
|
@runners = [ruby_runner]
|
||||||
|
@runners << javascript_runner unless ENV['NO_QUNIT']
|
||||||
end
|
end
|
||||||
|
|
||||||
def run
|
def run
|
||||||
|
Loading…
Reference in New Issue
Block a user