Add support for shell argfiles

This commit is contained in:
David Koloski 2023-12-06 18:25:13 +00:00
parent 6bc08a725f
commit 684aa2c9d1
18 changed files with 175 additions and 17 deletions

View file

@ -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")));