Gitlab keeps kicking me out, such a dreadful misdesigned login stuff with capchas, so I have to post it here Just a minor fix - not all systems have bash in /bin, e.g some Debians/Debian clones, or OpenBSD: --- a/src/tests/Makefile.in +++ b/src/tests/Makefile.in @@ -2,7 +2,7 @@ # vim: set filetype=makefile tabstop=8 shiftwidth=4 expandtab: ECL=@prefix@/@bindir@/ecl@EXEEXT@ -SHELL=/bin/bash -o pipefail +SHELL=/usr/bin/env bash -o pipefail .PHONY: all check ansi-test Otherwise, it builds and passes "make check" on OpenBSD 7.8, x86_64 On Tue, Feb 3, 2026 at 3:25 PM Daniel Kochmański <daniel@turtleware.eu> wrote:
Dear All,
we've decided that it is a good time to start testing ECL before the next release. You may find the link to associated issue here:
https://gitlab.com/embeddable-common-lisp/ecl/-/work_items/798
if you have time and resources, all help with testing is appreciated.
Thank you, Daniel
-- Daniel Kochmański ;; aka jackdaniel | Przemyśl, Poland TurtleWare - Daniel Kochmański | www.turtleware.eu
"Be the change that you wish to see in the world." - Mahatma Gandhi