mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-04 06:07:53 -04:00
Update info for debugging why this test may fail (#37461)
This commit is contained in:
parent
c346c16565
commit
f9b4f0a898
1 changed files with 1 additions and 0 deletions
|
|
@ -168,6 +168,7 @@ func TestInitProvidersLocalOnly(t *testing.T) {
|
|||
|
||||
if stderr != "" {
|
||||
t.Errorf("unexpected stderr output:\n%s", stderr)
|
||||
t.Logf("(a \"Failed to query available provider packages\" error can happen here if you have a .terraformrc CLI configuration file present in your home directory)")
|
||||
}
|
||||
|
||||
if !strings.Contains(stdout, "Terraform has been successfully initialized!") {
|
||||
|
|
|
|||
Loading…
Reference in a new issue