Skip to content

Commit 612f1c6

Browse files
authored
chore: use echo provisioners in logging tests (coder#9008)
1 parent f334b66 commit 612f1c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cli/server_test.go

+5
Original file line numberDiff line numberDiff line change
@@ -1309,6 +1309,7 @@ func TestServer(t *testing.T) {
13091309
"--in-memory",
13101310
"--http-address", ":0",
13111311
"--access-url", "http://example.com",
1312+
"--provisioner-daemons-echo",
13121313
"--log-human", fiName,
13131314
)
13141315
clitest.Start(t, root)
@@ -1326,6 +1327,7 @@ func TestServer(t *testing.T) {
13261327
"--in-memory",
13271328
"--http-address", ":0",
13281329
"--access-url", "http://example.com",
1330+
"--provisioner-daemons-echo",
13291331
"--log-human", fi,
13301332
)
13311333
clitest.Start(t, root)
@@ -1343,6 +1345,7 @@ func TestServer(t *testing.T) {
13431345
"--in-memory",
13441346
"--http-address", ":0",
13451347
"--access-url", "http://example.com",
1348+
"--provisioner-daemons-echo",
13461349
"--log-json", fi,
13471350
)
13481351
clitest.Start(t, root)
@@ -1363,6 +1366,7 @@ func TestServer(t *testing.T) {
13631366
"--in-memory",
13641367
"--http-address", ":0",
13651368
"--access-url", "http://example.com",
1369+
"--provisioner-daemons-echo",
13661370
"--log-stackdriver", fi,
13671371
)
13681372
// Attach pty so we get debug output from the command if this test
@@ -1397,6 +1401,7 @@ func TestServer(t *testing.T) {
13971401
"--in-memory",
13981402
"--http-address", ":0",
13991403
"--access-url", "http://example.com",
1404+
"--provisioner-daemons-echo",
14001405
"--log-human", fi1,
14011406
"--log-json", fi2,
14021407
"--log-stackdriver", fi3,

0 commit comments

Comments
 (0)