fix: all tests

This commit is contained in:
Eric
2026-03-04 09:24:37 +01:00
parent f59549bebf
commit 55c23fa8b1
8 changed files with 62 additions and 11 deletions

View File

@@ -3,5 +3,5 @@ set -euo pipefail
rule_file="$1"
grep -Eq 'exec "\$\{bun_bin\}" test \{src_args\} .*"\$@"' "${rule_file}"
grep -Eq 'if \[\[ -n "\$\{TESTBRIDGE_TEST_ONLY:-\}" \]\]' "${rule_file}"
grep -Fq 'exec "${{bun_bin}}" test {src_args} --test-name-pattern "${{TESTBRIDGE_TEST_ONLY}}" "$@"' "${rule_file}"
grep -Fq 'if [[ -n "${{TESTBRIDGE_TEST_ONLY:-}}" ]]' "${rule_file}"