Skip to content

Commit

Permalink
Fix R arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Sep 24, 2024
1 parent fcad29d commit 825c116
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion crates/ark/tests/kernel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ fn spawn_r() -> DummyFrontend {
spawn!("dummy_kernel", || {
ark::start::start_kernel(
connection_file,
vec![String::from("--vanilla")],
vec![
String::from("--slave"),
String::from("--vanilla"),
String::from("--no-save"),
String::from("--no-restore"),
],
None,
SessionMode::Console,
false,
Expand Down

0 comments on commit 825c116

Please sign in to comment.