compiletest: combine --*-python
args
Since these arguments are now always the same, combine them into a singular `--python` argument.
This commit is contained in:
parent
4ca19e09d3
commit
e95bda62f9
5 changed files with 11 additions and 19 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue