Re: [release candidate testing][ecl-26.xx.xx]

Dima Pasechnik <[email protected]> Mon, 16 Feb 2026 20:21:31 -0600
Newsgroups gmane.lisp.ecl.general
Message-ID <CAAWYfq1ss+dehO5LB47ah4qYPoc97+zVvWR=9jxNNxH2fZALKw@mail.gmail.com>
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=3Dmakefile tabstop=3D8 shiftwidth=3D4 expandtab:

 ECL=3D@prefix@/@bindir@/ecl@EXEEXT@
-SHELL=3D/bin/bash -o pipefail
+SHELL=3D/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=E2=80=AFPM Daniel Kochma=C5=84ski <daniel@turtl=
eware.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=C5=84ski ;; aka jackdaniel | Przemy=C5=9Bl, Poland
> TurtleWare - Daniel Kochma=C5=84ski      | www.turtleware.eu
>
> "Be the change that you wish to see in the world." - Mahatma Gandhi
>