Bug 845848
| Summary: | rhts-devel scripts fail when path name contains space character | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] Beaker | Reporter: | David Kaspar (Old account - do not use) <nobody+deekej> | ||||||||
| Component: | command line | Assignee: | beaker-dev-list | ||||||||
| Status: | CLOSED WONTFIX | QA Contact: | |||||||||
| Severity: | low | Docs Contact: | |||||||||
| Priority: | low | ||||||||||
| Version: | 0.9 | CC: | bpeck, hkario, ohudlick, stl, tools-bugs | ||||||||
| Target Milestone: | --- | Keywords: | Triaged | ||||||||
| Target Release: | --- | ||||||||||
| Hardware: | All | ||||||||||
| OS: | All | ||||||||||
| Whiteboard: | Misc | ||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2020-10-21 14:15:46 UTC | Type: | Bug | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
David Kaspar (Old account - do not use)
2012-08-05 18:00:10 UTC
Thanks for this patch, David. At first glance it looks good, although there are some unrelated changes bundled in there too (adding usage messages, changing exit statuses) which look useful, but I would rather they be separated out into their own patches. I'm clearing the hss_*_ack flags since we aren't using those in Beaker at present. And there's no need for this bug or the comments to be private, since there is no confidential information here. (In reply to comment #5) > ...although there are some unrelated changes bundled in there too (adding usage > messages, changing exit statuses) which look useful, but I would rather they be > separated out into their own patches. Ah, sorry for that. I didn't know if that would be necessary. I've made some other changes, that you are writing about, to keep the rhts scripts consistent. (E.g. that usage message was added because argument processing in one those script were calling usage function in case wrong arguments were used. However the script hadn't any function usage... So I've "patched" these things too. I've also added quotes to some variables that are actually not required right now, but it might be useful in future, if there'll be some other updates.) > And there's no need for this bug or the comments to be private, since there is > no confidential information here. At the beginning I wasn't sure if this is or is not an internal component... Anyway, why shouldn't be there License agreemenet like GPL and other information if headers of the scripts? Some of them has only #! shebang and they're not consistent of what shell they're using... ;) Bulk reassignment of issues as Bill has moved to another team. The problem is still present in current version of scripts. Created attachment 733280 [details]
Patches to fix the issue
Set of patches to rhts-mk-get-test-package-name and rhts-build-package scripts to fix handling of spaces in working directory name.
|