mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix the Terraform build after recent merges (#33436)
This commit is contained in:
parent
212ae6c4ba
commit
2eb99a0e44
@ -225,7 +225,7 @@ func (c *TestCommand) ExecuteTestFile(ctx *terraform.Context, file *moduletest.F
|
|||||||
c.View.Diagnostics(diags)
|
c.View.Diagnostics(diags)
|
||||||
|
|
||||||
for _, run := range file.Runs {
|
for _, run := range file.Runs {
|
||||||
view.Run(run)
|
view.Run(run, file)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user