test: add missing implementation-plan test targets
This commit is contained in:
committed by
copilot-swe-agent[bot]
parent
5684b840d3
commit
200cb65297
7
tests/bun_test_test/junit_shape.sh
Executable file
7
tests/bun_test_test/junit_shape.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
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}"
|
||||
Reference in New Issue
Block a user