In 59a18de777("ci: Set -u (error on unset)..."), -u started being passed to the set call in shell scripts. This broke the FILTER logic since now the command always fails.
Make this a bit less fragile by explicitly setting to an empty string, as well as adding a check that at least one test got run.
In 59a18de777("ci: Set
-u
(error on unset)..."),-u
started being passed to theset
call in shell scripts. This broke theFILTER
logic since now the command always fails.Make this a bit less fragile by explicitly setting to an empty string, as well as adding a check that at least one test got run.