Skip to content
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

[report] Honour -o/-e/-n from cmdline over preset #3195

Commits on Apr 17, 2023

  1. [report] Honour -o/-e/-n from cmdline over preset

    When preset disables a plugin that user wants to manually enable,
    current merging of options ends up with -e PLUG -n PLUG which makes the
    plugin still disabled.
    
    apply_options_from_cmdline method must remove the preset options for any
    plugin that interfere with cmdline options for the plugin.
    
    Resolves: sosreport#3195
    
    Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
    pmoravec committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    dc6fa02 View commit details
    Browse the repository at this point in the history