grafana/scripts/ci/backend-tests
Peter Štibraný 80b05aa67c
Fix pkgs-with-tests-named.sh matching tests from subdirectories (#119501)
* Fix pkgs-with-tests-named.sh matching tests from subdirectories

The find command was recursive by default, causing packages to be
included in the results based on test functions in subdirectory packages.
Adding -maxdepth 1 matches Go's package semantics where only files in
the same directory belong to a package.

* ci: trigger integration tests for backend test script changes
2026-03-04 16:18:17 +01:00
..
pkgs-with-tests-named.sh Fix pkgs-with-tests-named.sh matching tests from subdirectories (#119501) 2026-03-04 16:18:17 +01:00
shard.sh