Skip to content

Commit

Permalink
Use the new --set-no-browser in Omnisim
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Dec 13, 2024
1 parent 80bb9a8 commit 177b632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test_utils/omnisim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ impl OmniSim {
let mut server =
Command::new(r"C:\Program Files\ASCOM\OmniSimulator\ascom.alpaca.simulators.exe")
.arg(format!("--urls=http://{ADDR}"))
.arg("--set-no-browser")
.stdin(Stdio::null())
.stdout(Stdio::inherit())
.stderr(Stdio::inherit())
Expand Down

0 comments on commit 177b632

Please sign in to comment.