Commit 2270264
committed
WIP fix: do not check for file existance when added to the context
This need to be investigated.
The different `-boot` tests are flaky / failing in this MR because of
this.
Depending on "something" not yet understood, the file listed is
`extendKnownTargets` as `newTargets` exists or not on the disk (checked
with `doesFileExists`), leading to them added or not to the context.
Removing the check makes the test succeed without breaking any other
test.1 parent 8a1f3d4 commit 2270264
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
476 | 476 | | |
477 | 477 | | |
478 | 478 | | |
479 | | - | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
480 | 482 | | |
481 | 483 | | |
482 | | - | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
483 | 487 | | |
484 | 488 | | |
485 | 489 | | |
| |||
764 | 768 | | |
765 | 769 | | |
766 | 770 | | |
| 771 | + | |
767 | 772 | | |
768 | 773 | | |
769 | 774 | | |
| |||
0 commit comments