Skip to content

Commit cee9c0d

Browse files
committed
update the comment
1 parent 0a1b81e commit cee9c0d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

acceptance/internal/config.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ type TestConfig struct {
2424
// Place to describe what's wrong with this test. Does not affect how the test is run.
2525
Badness *string
2626

27-
// Execution phase for this test. Tests run in ascending phase order.
28-
// Phase is not inherited from parent test.toml files. Default is 0.
27+
// Execution phase for this test. Phase 1 tests run after all phase 0 tests complete,
28+
// which is useful when a test depends on the output of another tests.
29+
// Some tests run diff against sister test output to highlight the differences.
30+
// Some tests summarize output of many child tests.
2931
Phase int `inherit:"false"`
3032

3133
// Which OSes the test is enabled on. Each string is compared against runtime.GOOS.

0 commit comments

Comments
 (0)