diff options
| author | Stephen Heywood <stephen@ii.coop> | 2019-08-01 10:07:20 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-01 10:07:20 +1200 |
| commit | 5be295c8dae0410b181876f5735c6c3156bc44a1 (patch) | |
| tree | e8d88f11a0d17e154f75dc120efc126cf757c9ff | |
| parent | 2a130a8c139ad2780e5acfe1422461789efdcb9f (diff) | |
Ensure that conformance.txt is regenerated
| -rw-r--r-- | contributors/devel/sig-architecture/conformance-tests.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contributors/devel/sig-architecture/conformance-tests.md b/contributors/devel/sig-architecture/conformance-tests.md index aff06119..e179f067 100644 --- a/contributors/devel/sig-architecture/conformance-tests.md +++ b/contributors/devel/sig-architecture/conformance-tests.md @@ -242,7 +242,8 @@ To promote a test to the conformance test suite, open a PR as follows: than the `framework.It()` function - adds a comment immediately before the `ConformanceIt()` call that includes all of the required [conformance test comment metadata] - - adds the test name to the [conformance.txt] file + - `go run test/conformance/walk.go test/e2e > test/conformance/testdata/conformance.txt` + adds the test name to the [conformance.txt] file - add the PR to SIG Architecture's [Conformance Test Review board] in the To Triage column |
