Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! chore: use echo provisioners in logging tests
  • Loading branch information
coadler committed Aug 9, 2023
commit 828459c575945fe37a3146895e6d0b19dd141fab
10 changes: 5 additions & 5 deletions cli/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ func TestServer(t *testing.T) {
"--in-memory",
"--http-address", ":0",
"--access-url", "http://example.com",
"--provisioner-daemons-echo", "true",
"--provisioner-daemons-echo",
"--log-human", fiName,
)
clitest.Start(t, root)
Expand All @@ -1327,7 +1327,7 @@ func TestServer(t *testing.T) {
"--in-memory",
"--http-address", ":0",
"--access-url", "http://example.com",
"--provisioner-daemons-echo", "true",
"--provisioner-daemons-echo",
"--log-human", fi,
)
clitest.Start(t, root)
Expand All @@ -1345,7 +1345,7 @@ func TestServer(t *testing.T) {
"--in-memory",
"--http-address", ":0",
"--access-url", "http://example.com",
"--provisioner-daemons-echo", "true",
"--provisioner-daemons-echo",
"--log-json", fi,
)
clitest.Start(t, root)
Expand All @@ -1366,7 +1366,7 @@ func TestServer(t *testing.T) {
"--in-memory",
"--http-address", ":0",
"--access-url", "http://example.com",
"--provisioner-daemons-echo", "true",
"--provisioner-daemons-echo",
"--log-stackdriver", fi,
)
// Attach pty so we get debug output from the command if this test
Expand Down Expand Up @@ -1401,7 +1401,7 @@ func TestServer(t *testing.T) {
"--in-memory",
"--http-address", ":0",
"--access-url", "http://example.com",
"--provisioner-daemons-echo", "true",
"--provisioner-daemons-echo",
"--log-human", fi1,
"--log-json", fi2,
"--log-stackdriver", fi3,
Expand Down