@@ -226,6 +226,7 @@ func TestAgent(t *testing.T) {
226
226
},
227
227
want : []string {
228
228
"⧗ Running workspace agent startup scripts" ,
229
+ "ℹ︎ To connect immediately, reconnect with --wait=no or CODER_SSH_WAIT=no, see --help for more information." ,
229
230
"testing: Hello world" ,
230
231
"Bye now" ,
231
232
"✔ Running workspace agent startup scripts" ,
@@ -255,6 +256,7 @@ func TestAgent(t *testing.T) {
255
256
},
256
257
want : []string {
257
258
"⧗ Running workspace agent startup scripts" ,
259
+ "ℹ︎ To connect immediately, reconnect with --wait=no or CODER_SSH_WAIT=no, see --help for more information." ,
258
260
"Hello world" ,
259
261
"✘ Running workspace agent startup scripts" ,
260
262
"Warning: A startup script exited with an error and your workspace may be incomplete." ,
@@ -306,6 +308,7 @@ func TestAgent(t *testing.T) {
306
308
},
307
309
want : []string {
308
310
"⧗ Running workspace agent startup scripts" ,
311
+ "ℹ︎ To connect immediately, reconnect with --wait=no or CODER_SSH_WAIT=no, see --help for more information." ,
309
312
"Hello world" ,
310
313
"✔ Running workspace agent startup scripts" ,
311
314
},