Skip to content

Commit 83b5306

Browse files
Merge pull request kubernetes#1547 from soltysh/fix_command_name
tests: update command name to reflect reality
2 parents 2894d93 + 6ed90cc commit 83b5306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enhancements/testing/improved-platform-tests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ N/A
211211
To achieve the first step of the proposal, we need to:
212212
1. Provide a library for building `<binary>-tests` which exposes two commands:
213213
- `list` - responsible for listing tests in JSON format;
214-
- `run` - run a single test, returning results in ginkgo compatible format;
214+
- `run-test` - run a single test, returning results in ginkgo compatible format;
215215
2. Provide a mechanism for labeling tests, similarly how we currently indicate
216216
that a test is part of a special group. See [origin/rules.go](https://github.com/openshift/origin/blob/cc42164781a728b804d0bb07f09cf878ec8f7807/test/extended/util/annotate/rules.go)
217217
or [kubernetes/rules.go](https://github.com/openshift/kubernetes/blob/8bd5514be14de7fb3105962c8fc206ef5e921a0b/openshift-hack/e2e/annotate/rules.go),

0 commit comments

Comments
 (0)