mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
Log provisioner outputs from TestProvision_ExtraEnv (#2427)
Signed-off-by: Spike Curtis <spike@coder.com>
This commit is contained in:
@@ -325,6 +325,7 @@ func TestProvision_ExtraEnv(t *testing.T) {
|
||||
require.NoError(t, err)
|
||||
|
||||
if log := msg.GetLog(); log != nil {
|
||||
t.Log(log.Level.String(), log.Output)
|
||||
if strings.Contains(log.Output, "TF_LOG") {
|
||||
found = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user