View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015568CMakeModulespublic2015-05-14 05:312015-11-02 09:15
ReporterFelix Geyer 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionCMake 3.3Fixed in VersionCMake 3.3 
Summary0015568: Bashism in Squish4RunTestCase.sh
DescriptionSquish4RunTestCase.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.
TagsNo tags attached.
Attached Filesdiff file icon Squish4RunTestCase_bashism.diff [^] (815 bytes) 2015-05-14 05:31 [Show Content]

 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.

 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


Copyright © 2000 - 2018 MantisBT Team