Re: Some tests are never executed in CI due to their name

2022-11-01 Thread Mick Semb Wever
Aha wait a minute I got it :D Yeah. This is not what you invented, it is > already in, sorry. > > So, you are saying we should just modify this to cover @Test / abstract. > > I dont know ... interesting. > > Lets wait for others to answer. > This thread is rather painful to digest because of the

Re: Using bash instead of sh in generate.sh?

2022-11-01 Thread Mick Semb Wever
On Tue, 1 Nov 2022 at 17:32, Abe Ratnofsky wrote: > I took a look through our scripts, and Bash is used in a handful of > development tools. /bin/sh is used by everything under bin/ and tools/bin. > I wouldn’t want to change a user-facing dependency unless there’s a solid > reason, but I think it

Re: Using bash instead of sh in generate.sh?

2022-11-01 Thread Abe Ratnofsky
I took a look through our scripts, and Bash is used in a handful of development tools. /bin/sh is used by everything under bin/ and tools/bin. I wouldn’t want to change a user-facing dependency unless there’s a solid reason, but I think it’s fine for CircleCI tooling to use Bash instead of /bin/