We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396fcf5 commit 22ab488Copy full SHA for 22ab488
internal/command/test_test.go
@@ -1811,9 +1811,8 @@ can remove the provider configuration again.
1811
Meta: meta,
1812
}
1813
1814
- output := done(t)
1815
-
1816
if code := init.Run(nil); code != 0 {
+ output := done(t)
1817
t.Fatalf("expected status code 0 but got %d: %s", code, output.All())
1818
1819
@@ -1827,7 +1826,7 @@ can remove the provider configuration again.
1827
1826
1828
1829
code := c.Run([]string{"-no-color"})
1830
- output = done(t)
1831
1832
if code != 1 {
1833
t.Errorf("expected status code 1 but got %d", code)
0 commit comments