From 0ec4feaee7a2dd442fc8955036999b550c9959ac Mon Sep 17 00:00:00 2001 From: JasperVanEsveld Date: Fri, 28 Jul 2023 17:46:26 +0200 Subject: feat(compile): Add `--no-terminal` to compile command (#17991) --- cli/tools/compile.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/tools') diff --git a/cli/tools/compile.rs b/cli/tools/compile.rs index c53ae4e02..d925b0ea3 100644 --- a/cli/tools/compile.rs +++ b/cli/tools/compile.rs @@ -212,6 +212,7 @@ mod test { output: Some(PathBuf::from("./file")), args: Vec::new(), target: Some("x86_64-unknown-linux-gnu".to_string()), + no_terminal: false, include: vec![], }, &std::env::current_dir().unwrap(), @@ -234,6 +235,7 @@ mod test { args: Vec::new(), target: Some("x86_64-pc-windows-msvc".to_string()), include: vec![], + no_terminal: false, }, &std::env::current_dir().unwrap(), ) -- cgit v1.2.3