Actions
Bug #11439
closedHammer reads local config file named config but should skip it because it isnt a directory
Difficulty:
trivial
Triaged:
Pull request:
Team Backlog:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1255086
Description of problem:
Hammer reads a set of config files at start. If in the local directory there is a file called "config" it tries to read it as a hammer config file. However, the hammer documentation stated it should only read config files from a local directory named config, if it is present.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. create local config file with random content
2. hammer shell
3.
Actual results:
error's because it cannot interpret the config file
Expected results:
normal hammer startup where config is ignored
Additional info:
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/hammer-cli/pull/178 added
- Pull request deleted (
)
Updated by Adam Ruzicka over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 15d0e048f2186238da5ac014b98d2dd75a50ca29.
Updated by Dominic Cleal over 8 years ago
- Has duplicate Bug #15425: hammer doesnt work with a "config" file in pwd added
Actions