Restore $VERBOSE
This commit is contained in:
parent
e31602b78d
commit
3077cb6912
@ -1,4 +1,7 @@
|
||||
verbose = $VERBOSE
|
||||
$VERBOSE = true
|
||||
begin
|
||||
|
||||
require 'minitest/autorun'
|
||||
require 'racc/static'
|
||||
require 'fileutils'
|
||||
@ -100,3 +103,7 @@ module Racc
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
ensure
|
||||
$VERBOSE = verbose
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user