fixup tests

This commit is contained in:
Steven Masley 2024-05-01 16:46:11 -05:00
parent 4255a079e1
commit 1fb6ed8140
No known key found for this signature in database
1 changed files with 6 additions and 1 deletions

View File

@ -1367,6 +1367,7 @@ func TestServer(t *testing.T) {
"--in-memory",
"--http-address", ":0",
"--access-url", "http://example.com",
"--provisioner-daemons=0",
"--provisioner-daemons-echo=3",
"--log-human", fiName,
)
@ -1385,6 +1386,7 @@ func TestServer(t *testing.T) {
"--in-memory",
"--http-address", ":0",
"--access-url", "http://example.com",
"--provisioner-daemons=0",
"--provisioner-daemons-echo=3",
"--log-human", fi,
)
@ -1403,6 +1405,7 @@ func TestServer(t *testing.T) {
"--in-memory",
"--http-address", ":0",
"--access-url", "http://example.com",
"--provisioner-daemons=0",
"--provisioner-daemons-echo=3",
"--log-json", fi,
)
@ -1425,6 +1428,7 @@ func TestServer(t *testing.T) {
"--http-address", ":0",
"--access-url", "http://example.com",
"--provisioner-daemons-echo=3",
"--provisioner-daemons=0",
"--log-stackdriver", fi,
)
// Attach pty so we get debug output from the command if this test
@ -1459,7 +1463,8 @@ func TestServer(t *testing.T) {
"--in-memory",
"--http-address", ":0",
"--access-url", "http://example.com",
"--provisioner-daemons-echo",
"--provisioner-daemons-echo=3",
"--provisioner-daemons=0",
"--log-human", fi1,
"--log-json", fi2,
"--log-stackdriver", fi3,