Commit a8439cc
Default local test scripts to opt mode
Summary: Mononoke's own docs recommend running integration tests in mode/opt because they're much faster. These helper scripts defaulted to mode/dev, which meant engineers running tests locally without specifying a mode got slow dev builds with little cache hit sicne we don't run ci on dev. Aligning the defaults with the documented recommendation.
Reviewed By: YousefSalama
Differential Revision: D104249602
fbshipit-source-id: 0a12be56af0697aa9dd66ab8deb622c97dd281c31 parent 933d1f9 commit a8439cc
2 files changed
Lines changed: 3 additions & 3 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments