[cmake-developers] [Patch] Two trivial patches fixing type in CPack/DEB testcase

Rolf Eike Beer eike at sf-mail.de
Thu Jun 16 08:45:41 EDT 2016


Am 2016-06-16 13:37, schrieb mail6543210--- via cmake-developers:
> Hi there,
> 
> Here're two trivial patches for testing of CPack/DEB.
> 
> One is for building cmake on SELinux-enabled system, and other is for a
> typo in the same file form the former one.
> 
> These patches is based on commit 83ae7944
> 
> First patch:
> 
> When building cmake on an SELinux-enabled system, there will be an 
> extra
> dot at the end of permission field of `ls -l` like this:
> -rwxrwxrwx.
>           ^ this dot
> This makes the testing RunCMake.CPack_DEB fail.
> 
> This patch add an optional dot in the regex to fix it.

If it is exactly a dot and not "some random character", than you need to 
escape that in the regular expression as dot is the wildcard character 
there.

Greetings,

Eike


More information about the cmake-developers mailing list