mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
disable backtrace cleaners, dunno where they are coming from...
This commit is contained in:
parent
47bc87034f
commit
93bfa9d40e
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ require 'minitest/autorun'
|
|||
$TESTING = true
|
||||
# disable minitest/parallel threads
|
||||
ENV["N"] = "0"
|
||||
# Disable any stupid backtrace cleansers
|
||||
ENV["BACKTRACE"] = "1"
|
||||
|
||||
if ENV["COVERAGE"]
|
||||
require 'simplecov'
|
||||
|
|
Loading…
Reference in a new issue