Hi,

On 19 March 2018 at 16:08, Eric Engestrom <[email protected]> wrote:
> On Monday, 2018-03-19 15:13:14 +0000, Daniel Stone wrote:
>> +if ! test -f "$LIB"; then
>> +     echo "Test binary \"$LIB\" does not exist"
>> +     exit 99
>> +fi
>> +
>> +if ! test -n "$NM"; then
>> +     echo "nm environment variable not set"
>> +     exit 99
>
> 99? Were you looking for the "skip this test" 77?

I did mean 99 'some kind of inexplicable internal error happened'
rather than 77 skip, but I have no strong opinion on it and am happy
to change to whatever is suggested.

Cheers,
Daniel
_______________________________________________
wayland-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to