From e95bda62f94e9eeeef38c0aa105ee0c85a82cc2f Mon Sep 17 00:00:00 2001 From: Alec Goncharow Date: Tue, 19 Apr 2022 21:01:13 -0400 Subject: compiletest: combine `--*-python` args Since these arguments are now always the same, combine them into a singular `--python` argument. --- src/bootstrap/test.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/bootstrap') diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index da468909811..9c376602d28 100644 --- a/src/bootstrap/test.rs +++ b/src/bootstrap/test.rs @@ -1400,9 +1400,7 @@ note: if you're sure you want to do this, please open an issue as to why. In the targetflags.extend(builder.lld_flags(target)); cmd.arg("--target-rustcflags").arg(targetflags.join(" ")); - cmd.arg("--docck-python").arg(builder.python()); - - cmd.arg("--lldb-python").arg(builder.python()); + cmd.arg("--python").arg(builder.python()); if let Some(ref gdb) = builder.config.gdb { cmd.arg("--gdb").arg(gdb); -- cgit 1.4.1-3-g733a5