MantisBT - CMake |
| View Issue Details |
|
| 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. |
| Steps To Reproduce | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | Squish4RunTestCase_bashism.diff (815) 2015-05-14 05:31 https://public.kitware.com/Bug/file/5462/Squish4RunTestCase_bashism.diff |
|
| 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 |