bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#72547: [PATCH 3/9] tests: Skip hole-related port tests on Darwin.


From: Ludovic Courtès
Subject: bug#72547: [PATCH 3/9] tests: Skip hole-related port tests on Darwin.
Date: Sun, 20 Oct 2024 21:18:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Tomas Volf <~@wolfsden.cz> skribis:

> +(define (skip-on-darwin)
> +  (when (string-ci=? "darwin" (vector-ref (uname) 0))
> +    (throw 'untested)))

I changed (vector-ref (uname) 0) to (utsname:sysname (uname)) in this
and other patches.

(We might want to factorize this procedure.  :-))

Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]