modulesync 9.3.0 #92
Annotations
3 errors
Run tests:
spec/defines/rpm_gpg_key_spec.rb#L53
epel::rpm_gpg_key on redhat-8-x86_64
Failure/Error:
expect(subject).to contain_exec("import-#{title}").with(
path: '/bin:/usr/bin:/sbin:/usr/sbin',
command: "rpm --import #{params[:path]}",
unless: "rpm -q gpg-pubkey-$(echo $(gpg -q --batch --with-colons --throw-keyids --keyid-format short < #{params[:path]}) | grep pub | cut -d ':' -f 5 | cut --characters=9- | tr '[A-Z]' '[a-z]')",
require: "File[#{params[:path]}]",
logoutput: 'on_failure'
)
NameError:
undefined local variable or method `title' for #<RSpec::ExampleGroups::EpelRpmGpgKey::OnRedhat8X8664:0x000055e1e3ec3770>
|
Run tests:
spec/defines/rpm_gpg_key_spec.rb#L53
epel::rpm_gpg_key on redhat-9-x86_64
Failure/Error:
expect(subject).to contain_exec("import-#{title}").with(
path: '/bin:/usr/bin:/sbin:/usr/sbin',
command: "rpm --import #{params[:path]}",
unless: "rpm -q gpg-pubkey-$(echo $(gpg -q --batch --with-colons --throw-keyids --keyid-format short < #{params[:path]}) | grep pub | cut -d ':' -f 5 | cut --characters=9- | tr '[A-Z]' '[a-z]')",
require: "File[#{params[:path]}]",
logoutput: 'on_failure'
)
NameError:
undefined local variable or method `title' for #<RSpec::ExampleGroups::EpelRpmGpgKey::OnRedhat9X8664:0x000055e1e39eaa78>
|
Run tests
Process completed with exit code 1.
|
Loading