mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
test runner: require all Gems from the main program
This commit is contained in:
parent
68b2377c88
commit
08ef5f6460
@ -1,6 +1,8 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
require "digest/md5"
|
||||
require "json"
|
||||
require "json_schema"
|
||||
require "pp"
|
||||
require "tempfile"
|
||||
|
||||
|
@ -334,8 +334,6 @@ class SimpleTest
|
||||
def json_schema_identification
|
||||
return @@json_schema_identification if @@json_schema_identification
|
||||
|
||||
require "json_schema"
|
||||
|
||||
json_store = JsonSchema::DocumentStore.new
|
||||
parser = JsonSchema::Parser.new
|
||||
expander = JsonSchema::ReferenceExpander.new
|
||||
|
@ -1,5 +1,3 @@
|
||||
require 'digest/md5'
|
||||
|
||||
$message_mutex = Mutex.new
|
||||
def show_message message
|
||||
$message_mutex.lock
|
||||
|
Loading…
Reference in New Issue
Block a user