alcotest icon indicating copy to clipboard operation
alcotest copied to clipboard

Don't detect ocaml-ci specifically, improve CI detection

Open MisterDA opened this issue 2 years ago • 0 comments

In light of recent discussions (see #394 #395), I think that simply using the CI environment variables to enable the show_errors behavior is sufficient, if there's nothing more to do to integrate the CI with Alcotest. Turns out, we were already doing that with the `Unkown variant.

AppVeyor uses CI=True (capitalized), support that too. Couldn't find if Jenkins defines a specific variable.

MisterDA avatar Sep 29 '23 12:09 MisterDA