Add support for shell argfiles
This commit is contained in:
parent
6bc08a725f
commit
684aa2c9d1
18 changed files with 175 additions and 17 deletions
|
@ -700,6 +700,7 @@ fn test_unstable_options_tracking_hash() {
|
|||
untracked!(query_dep_graph, true);
|
||||
untracked!(self_profile, SwitchWithOptPath::Enabled(None));
|
||||
untracked!(self_profile_events, Some(vec![String::new()]));
|
||||
untracked!(shell_argfiles, true);
|
||||
untracked!(span_debug, true);
|
||||
untracked!(span_free_formats, true);
|
||||
untracked!(temps_dir, Some(String::from("abc")));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue