Commit 0a81443
committed
fix: correct binary path resolution in mpe_runner
Fix the project root path calculation in _resolve_mpe_binary().
The function was using parents[1] which only went up one level from
tests/utils/mpe_runner.py to tests/, but it needs parents[2] to reach
the actual project root where target/mpe is located.
This fixes the FileNotFoundError in CI where tests couldn't find the
mpe binary.
Tested: All 110 integration tests pass locally.
Signed-off-by: Yusuf Nathani <yusuf.nathani@sysvine.com>1 parent b4ba32a commit 0a81443
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments