FNSZAZBASSCLH25DVNXUNM265YTGXAZLOKSKSNTIGLAXJIUXTOTAC
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke "ctest" "--exclude-regex"
(string-join
(list
"texture-udim" ; file does not exist
"texture-udim.opt" ; file does not exist
"example-deformer" ; could not find OSLConfig
"python-oslquery") ; no module oslquery
"|"))))))))
(delete 'check)
;; (replace 'check
;; (lambda* (#:key tests? #:allow-other-keys)
;; (when tests?
;; (invoke "ctest" "--exclude-regex"
;; (string-join
;; (list
;; "texture-udim" ; file does not exist
;; "texture-udim.opt" ; file does not exist
;; "example-deformer" ; could not find OSLConfig
;; "python-oslquery") ; no module oslquery
;; "|")))))))
)))