On Mon, Jul 17, 2017 at 10:40 AM, Max Reitz <mre...@redhat.com> wrote:
> On 2017-07-17 13:31, Kevin Wolf wrote:
>> I think we had it in 'make check' for a while, but I seem to remember
>> that people complained about things like the disk space that some of the
>> tests needed for temporary files, and some exotic systems didn't support
>> sparse files or something like that.
>
> Wasn't that exotic system HFS+ on OS X/macOS? As far as I'm informed,
> macOS has recently switched to APFS which does have sparse files (and I
> think they have automatically converted running systems to APFS).

if anybody can run tests except those, we can add:

if $OS == OSX && $FS == HFS+; then
  "no 'make check' on OSX with HFS+, sorry"
fi

and have more ppl running tests...

Reply via email to