Commit 79f5d20
committed
fix(core): drop explicit changed:false before building runCli options
`isRelatedRun` treats any defined `changed` as changed-mode, so an
embedder forwarding parsed argv with boolean defaults (`changed: false`)
would wrongly run only git-changed tests / reject positional filters.
Mirror `toCommonOptions` and drop the explicit `false` so
`runCli({ changed: false })` runs the full suite.1 parent e29fcdf commit 79f5d20
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
590 | 598 | | |
591 | 599 | | |
592 | 600 | | |
| |||
0 commit comments