Commit 36d6f60
authored
Fix test_bootstrap_without_em_config (#25754)
This tests was broken on systems where the python executable lives in
path that also contains clang executable.
We were remove PATH elements here, but we cannot remove the one that
contains the python executable otherwise the bootstrap script cannot run
at all.1 parent 5d4d2fa commit 36d6f60
1 file changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
822 | 823 | | |
823 | 824 | | |
824 | 825 | | |
| 826 | + | |
| 827 | + | |
825 | 828 | | |
826 | 829 | | |
827 | | - | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
828 | 840 | | |
829 | 841 | | |
830 | 842 | | |
| |||
0 commit comments