Skip to content

Commit ddeb08f

Browse files
authored
Drop vestigial test_backend setting (#611)
data-machine-code set test_backend=host-smoke, but its smoke scripts use the smoke-*.php prefix convention, not the *-smoke.php suffix the WordPress test dispatcher discovers. The host-smoke backend's `find -name '*-smoke.php'` therefore matched zero files — the setting was a no-op. With the test_backend toggle removed upstream (tests route by file type through WP Codebox), drop the dead setting for hygiene.
1 parent 1506368 commit ddeb08f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

homeboy.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
"changelog_target": "docs/CHANGELOG.md",
44
"extensions": {
55
"wordpress": {
6-
"release_latest_branch": "release-latest",
7-
"settings": {
8-
"test_backend": "host-smoke"
9-
}
6+
"release_latest_branch": "release-latest"
107
}
118
},
129
"id": "data-machine-code",

0 commit comments

Comments
 (0)