remove debugging println
This commit is contained in:
parent
c2e0d265cf
commit
ab0322e406
|
@ -103,8 +103,6 @@ func TestShow_aliasedProvider(t *testing.T) {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println(os.Getwd())
|
|
||||||
|
|
||||||
// the statefile created by testStateFile is named state.tfstate
|
// the statefile created by testStateFile is named state.tfstate
|
||||||
args := []string{"state.tfstate"}
|
args := []string{"state.tfstate"}
|
||||||
if code := c.Run(args); code != 0 {
|
if code := c.Run(args); code != 0 {
|
||||||
|
|
Loading…
Reference in New Issue