Bug 565325
| Summary: | kcbench ignores '-c' switch | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | James Heather <drfudgeboy> |
| Component: | kcbench | Assignee: | Thorsten Leemhuis <fedora> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 12 | CC: | fedora |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | kcbench-0.3-6.fc13 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-07-30 08:35:48 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Sorry, minor typo in last line: I meant '--no-cachefill' rather than '--no-cache-fill'. kcbench-0.3-4.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/kcbench-0.3-4.fc13 kcbench-0.3-4.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/kcbench-0.3-4.fc12 (sorry that it took so long to fix this -- fell through the radar) kcbench-0.3-4.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update kcbench'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/kcbench-0.3-4.fc13 kcbench-0.3-4.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update kcbench'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/kcbench-0.3-4.fc12 kcbench-0.3-5.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/kcbench-0.3-5.fc12 kcbench-0.3-5.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/kcbench-0.3-5.fc13 kcbench-0.3-5.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update kcbench'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/kcbench-0.3-5.fc12 kcbench-0.3-5.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update kcbench'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/kcbench-0.3-5.fc13 kcbench-0.3-6.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/kcbench-0.3-6.fc12 kcbench-0.3-6.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/kcbench-0.3-6.fc13 kcbench-0.3-6.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update kcbench'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/kcbench-0.3-6.fc13 kcbench-0.3-6.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update kcbench'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/kcbench-0.3-6.fc12 kcbench-0.3-6.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. kcbench-0.3-6.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: From kcbench --help : Available options: -d, --compiledir <path> -- use <path>/kcbench for compile results (O=) -r, --detailedresults -- print more detailed results -a, --ignore-running-apps -- Do not warn if cron or other daemons run -i, --infinite -- run endlessly -n, --iterations <int> -- number or iterations -j, --jobs <int> -- number of jobs to use ('make -j #') (*) -c, --no-cachefill -- omit the initial kernel compile to fill caches The '-c' option doesn't work if it is invoked with '-c', but does work if it is invoked with '--no-cachefill'. Version-Release number of selected component (if applicable): kcbench-0.3-3.1.noarch How reproducible: 100% Steps to Reproduce: 1. kcbench -c Actual results: kcbench reports Filling caches: This might take a while... Expected results: kcbench doesn't bother to fill the caches Additional info: Running kcbench --no-cache-fill works as expected.