Commit ffd313d
Change the default value of
This changes the default value for `WPT_FLAVOR` in the `.env.default` file from `1` (multisite) to `0` (single site).
While receiving test reports from environments running multisite offers additional confirmation, running the tests as a single site is the more appropriate default.
The code throughout the repository responsible for handling the `WPT_FLAVOR` environment variable currently uses single site as the fallback when the variable is not set.
Co-Authored-By: Javier Casares <javier@casares.org>WPT_FLAVOR
1 parent c3bdc43 commit ffd313d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments