| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0015568 | CMake | Modules | public | 2015-05-14 05:31 | 2015-11-02 09:15 | ||||
| Reporter | Felix Geyer | ||||||||
| Assigned To | |||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | CMake 3.3 | Fixed in Version | CMake 3.3 | ||||||
| Summary | 0015568: Bashism in Squish4RunTestCase.sh | ||||||||
| Description | Squish4RunTestCase.sh is not POSIX complient as it calls "exit" with a negative number. bash translates -1 to 255 but other shells suchs as dash don't accept this. The attached patch fixes this by replacing -1 with 255. | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0038745) Brad King (manager) 2015-05-14 08:54 |
Applied, thanks: FindSquish: Avoid bash-specific behavior in test script http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=12b85b17 [^] |
|
(0039810) Robert Maynard (manager) 2015-11-02 09:15 |
Closing resolved issues that have not been updated in more than 4 months. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2015-05-14 05:31 | Felix Geyer | New Issue | |
| 2015-05-14 05:31 | Felix Geyer | File Added: Squish4RunTestCase_bashism.diff | |
| 2015-05-14 08:54 | Brad King | Note Added: 0038745 | |
| 2015-05-14 08:54 | Brad King | Status | new => resolved |
| 2015-05-14 08:54 | Brad King | Resolution | open => fixed |
| 2015-05-14 08:54 | Brad King | Fixed in Version | => CMake 3.3 |
| 2015-05-14 08:54 | Brad King | Target Version | => CMake 3.3 |
| 2015-11-02 09:15 | Robert Maynard | Note Added: 0039810 | |
| 2015-11-02 09:15 | Robert Maynard | Status | resolved => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |