Hide Forgot
Description of problem: There is no output produced by 'bkr workflow-simple' when the --prettyxml is used without --debug. In other words, --prettyxml should imply --debug Version-Release number of selected component (if applicable): $ rpm -q beaker-client beaker-client-0.6.8-5.git.47.219578f.el6.noarch How reproducible: 100% Steps to Reproduce: $ bkr workflow-simple --family=RedHatEnterpriseLinux6 --task=/desktop/rhel6/spice-client/libs --dryrun --prettyxml Actual results: no output Expected results: should produce the same result as: $ bkr workflow-simple --family=RedHatEnterpriseLinux6 --task=/desktop/rhel6/spice-client/libs --dryrun --prettyxml --debug
Not only in workflow-simple but basically everywhere where it does not produce XML output. The help says: --prettyxml print the xml in pretty format --debug print the jobxml that it would submit It does not say --prettyxml requires --debug and IMO implicit requirement is better solution than introducing the requirement in help.
Changes pushed to gerrit for review