mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-23 13:26:22 -04:00
NO_QUNIT=1 disables qunit in autospec
This commit is contained in:
parent
e1db744d6a
commit
617a605ca2
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ class Autospec::Manager
|
|||
@queue = []
|
||||
@mutex = Mutex.new
|
||||
@signal = ConditionVariable.new
|
||||
@runners = [ruby_runner, javascript_runner]
|
||||
@runners = [ruby_runner]
|
||||
@runners << javascript_runner unless ENV['NO_QUNIT']
|
||||
end
|
||||
|
||||
def run
|
||||
|
|
Loading…
Reference in a new issue