8000 Support newer version of lintian in the test suite. by jordansissel · Pull Request #1939 · jordansissel/fpm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Support newer version of lintian in the test suite. #1939

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 17, 2022
Merged

Conversation

jordansissel
Copy link
Owner

Fixes #1907

@jordansissel
Copy link
Owner Author

Comparing this PR vs main

This PR, tests pass:

% rspec spec/fpm/package/deb_spec.rb
Finished in 10.58 seconds (files took 0.23323 seconds to load)
53 examples, 0 failures

main brainc, tests fail:

Failures:

  1) FPM::Package::Deb compression when --deb-compression is bzip2 should not cause lintian to crash
     Failure/Error: insist { system("lintian", "-C", "symlinks", target) } == true
     Insist::Failure:
       Expected true, but got false
     # ./spec/fpm/package/deb_spec.rb:546:in `block (5 levels) in <top (required)>'

  2) FPM::Package::Deb compression when --deb-compression is xz should not cause lintian to crash
     Failure/Error: insist { system("lintian", "-C", "symlinks", target) } == true
     Insist::Failure:
       Expected true, but got false
     # ./spec/fpm/package/deb_spec.rb:546:in `block (5 levels) in <top (required)>'

  3) FPM::Package::Deb compression when --deb-compression is gz should not cause lintian to crash
     Failure/Error: insist { system("lintian", "-C", "symlinks", target) } == true
     Insist::Failure:
       Expected true, but got false
     # ./spec/fpm/package/deb_spec.rb:546:in `block (5 levels) in <top (required)>'

Finished in 10.41 seconds (files took 0.21605 seconds to load)
53 examples, 3 failures

@jordansissel jordansissel merged commit f168571 into main Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test failure: Lintian check 'symlinks' was renamed '
1 participant
0