Skip to content

Commit

Permalink
some more fixes
Browse files Browse the repository at this point in the history
Created using spr 1.3.6-beta.1
  • Loading branch information
sunshowers committed Jul 4, 2024
1 parent 7150c4c commit feca537
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion dns-server/tests/openapi_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use omicron_test_utils::dev::test_cmds::EXIT_SUCCESS;
use openapiv3::OpenAPI;
use subprocess::Exec;

const CMD_API_GEN: &str = env!("CARGO_BIN_EXE_dns-apigen");
const CMD_API_GEN: &str = env!("CARGO_BIN_EXE_apigen");

#[test]
fn test_dns_server_openapi() {
Expand Down
1 change: 0 additions & 1 deletion installinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,3 @@ tokio-stream.workspace = true

[features]
image-standard = []
image-trampoline = []

0 comments on commit feca537

Please sign in to comment.