@@ -1309,6 +1309,7 @@ func TestServer(t *testing.T) {
1309
1309
"--in-memory" ,
1310
1310
"--http-address" , ":0" ,
1311
1311
"--access-url" , "http://example.com" ,
1312
+ "--provisioner-daemons-echo" ,
1312
1313
"--log-human" , fiName ,
1313
1314
)
1314
1315
clitest .Start (t , root )
@@ -1326,6 +1327,7 @@ func TestServer(t *testing.T) {
1326
1327
"--in-memory" ,
1327
1328
"--http-address" , ":0" ,
1328
1329
"--access-url" , "http://example.com" ,
1330
+ "--provisioner-daemons-echo" ,
1329
1331
"--log-human" , fi ,
1330
1332
)
1331
1333
clitest .Start (t , root )
@@ -1343,6 +1345,7 @@ func TestServer(t *testing.T) {
1343
1345
"--in-memory" ,
1344
1346
"--http-address" , ":0" ,
1345
1347
"--access-url" , "http://example.com" ,
1348
+ "--provisioner-daemons-echo" ,
1346
1349
"--log-json" , fi ,
1347
1350
)
1348
1351
clitest .Start (t , root )
@@ -1363,6 +1366,7 @@ func TestServer(t *testing.T) {
1363
1366
"--in-memory" ,
1364
1367
"--http-address" , ":0" ,
1365
1368
"--access-url" , "http://example.com" ,
1369
+ "--provisioner-daemons-echo" ,
1366
1370
"--log-stackdriver" , fi ,
1367
1371
)
1368
1372
// Attach pty so we get debug output from the command if this test
@@ -1397,6 +1401,7 @@ func TestServer(t *testing.T) {
1397
1401
"--in-memory" ,
1398
1402
"--http-address" , ":0" ,
1399
1403
"--access-url" , "http://example.com" ,
1404
+ "--provisioner-daemons-echo" ,
1400
1405
"--log-human" , fi1 ,
1401
1406
"--log-json" , fi2 ,
1402
1407
"--log-stackdriver" , fi3 ,
0 commit comments