diff options
Diffstat (limited to 'src/bootstrap/test.rs')
| -rw-r--r-- | src/bootstrap/test.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index 2e8c574044e..baa3e36dc51 100644 --- a/src/bootstrap/test.rs +++ b/src/bootstrap/test.rs @@ -1072,6 +1072,8 @@ note: if you're sure you want to do this, please open an issue as to why. In the cmd.arg("--docck-python").arg(builder.python()); + cmd.arg("--jsondocck-path").arg(builder.jsondocck(compiler, target)); + if builder.config.build.ends_with("apple-darwin") { // Force /usr/bin/python3 on macOS for LLDB tests because we're loading the // LLDB plugin's compiled module which only works with the system python |
