mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
. fix ruby-libvirt library require name (libvirt)
This commit is contained in:
parent
911ec7c5a8
commit
5c96680c0c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ end
|
||||||
|
|
||||||
# mark libvirt tests pending if not setup
|
# mark libvirt tests pending if not setup
|
||||||
begin
|
begin
|
||||||
require('ruby-libvirt')
|
require('libvirt')
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
Formatador.display_line("[yellow]Skipping tests for [bold]libvirt[/] [yellow]due to missing `ruby-libvirt` gem.[/]")
|
Formatador.display_line("[yellow]Skipping tests for [bold]libvirt[/] [yellow]due to missing `ruby-libvirt` gem.[/]")
|
||||||
Thread.current[:tags] << '-libvirt'
|
Thread.current[:tags] << '-libvirt'
|
||||||
|
|
Loading…
Reference in a new issue