~singpolyma/sgx-jmp

a4c8c4a7b470c3976ea84c60b4717390aec5f9d4 — Stephen Paul Weber 3 years ago 4e091b6
Quieter tests
2 files changed, 2 insertions(+), 0 deletions(-)

M Rakefile
M test/test_helper.rb
M Rakefile => Rakefile +1 -0
@@ 4,6 4,7 @@ require "rake/testtask"
require "rubocop/rake_task"

Rake::TestTask.new(:test) do |t|
	ENV["ENV"] = "test"
	ENV["RANTLY_VERBOSE"] = "0" unless ENV["RANTLY_VERBOSE"]
	ENV["RANTLY_COUNT"] = "10" unless ENV["RANTLY_COUNT"]


M test/test_helper.rb => test/test_helper.rb +1 -0
@@ 35,6 35,7 @@ end

require "backend_sgx"

$VERBOSE = nil
Sentry.init

CONFIG = {