Commit 572dc07
committed
acceptance/dashboards: unset MSYS_NO_PATHCONV before fault.py on Windows
MSYS_NO_PATHCONV=1 (set in the parent test.toml) prevents MSYS2 from
converting POSIX paths to Windows paths, causing Python to receive a
broken path (/c/a/... instead of C:\a\...) when invoking fault.py.
Unset it before the fault.py call, matching the pattern used by other
dashboard scripts before their bin helper invocations.
Co-authored-by: Denis Bilenko1 parent ba70ec3 commit 572dc07
1 file changed
Lines changed: 4 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
0 commit comments