no more partial boots, always full reboot

otherwise tests are not indepant
This commit is contained in:
Torsten Ruger 2015-07-30 19:19:37 +03:00
parent 8ab9a417aa
commit 96c7b7133d

View File

@ -118,10 +118,12 @@ module Virtual
end end
def boot def boot
if @booted # if @booted
self.space.get_main.clear_source # boot_functions!
return self # @init = Block.new("init", :__init__ )
end # @init.add_code Virtual::VirtualMain.new( self.space.get_init )
# return self
# end
boot_parfait! boot_parfait!
@init = Block.new("init", :__init__ ) @init = Block.new("init", :__init__ )
@init.add_code Virtual::VirtualMain.new( self.space.get_init ) @init.add_code Virtual::VirtualMain.new( self.space.get_init )