Commit ddeb08f
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 6 | + | |
10 | 7 | | |
11 | 8 | | |
12 | 9 | | |
| |||
0 commit comments