Commit 6420f52
committed
Fix interpreter path in in-repo interpreter test
The in-repo interpreters were moved from `third_party/cpython/lib` to
`third_party/cc/cpython` in #277, but the interpreter directory path in
`//test:interpreter_not_included_test` wasn't also updated, so the test
still passes even if please_pex erroneously packs the in-repo
interpreter into the .pex file. Update the path to fix the test.1 parent ce5cae0 commit 6420f52
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments