Skip to content

Commit f6072e5

Browse files
author
OpenShift Bot
authored
Merge pull request #11843 from PI-Victor/fix_hacking_md_link
Merged by openshift-bot
2 parents 17b426c + abdfed1 commit f6072e5

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

HACKING.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ working against the API. Run it with:
188188
$ hack/test-cmd.sh
189189

190190
This suite comprises many smaller suites, which are found under `test/cmd` and
191-
can be run individually by specifying a regex filter, passed through `grep -E`
191+
can be run individually by specifying a regex filter, passed through `grep -E`
192192
like with integration tests above:
193193

194194
$ hack/test-cmd.sh <regex>
@@ -221,7 +221,7 @@ components working together.
221221

222222
The end-to-end suite is currently implemented primarily in Bash, but will be
223223
folded into the extended suite (located in test/extended) over time.
224-
The extended suite is closer to the upstream Kubernetes e2e suite and
224+
The extended suite is closer to the upstream Kubernetes e2e suite and
225225
tests the full behavior of a running system.
226226

227227
Run the end to end tests with:
@@ -242,8 +242,7 @@ the Ginkgo library. They must be able to be run remotely, and cannot depend on
242242
any local interaction with the filesystem or Docker.
243243

244244
More information about running extended tests can be found in
245-
[test/extended/README](https://github.com/openshift/origin/blob/master/test/exte
246-
nded/README.md).
245+
[test/extended/README](https://github.com/openshift/origin/blob/master/test/extended/README.md).
247246

248247

249248
## Installing Godep
@@ -288,7 +287,7 @@ If this fails, then it's possible you may need to pick multiple commits.
288287
the next rebase?
289288

290289
Assuming you read the bullets above... If your patch is really far behind, for
291-
example, if there have been 5 commits modifying the directory you care about,
290+
example, if there have been 5 commits modifying the directory you care about,
292291
cherry picking will be increasingly difficult and you should consider waiting
293292
for the next rebase, which will likely include the commit you care about, or at
294293
least decrease the amount of cherry picks you need to do to merge.
@@ -322,7 +321,7 @@ automated manner.
322321

323322
To use this command, be sure to setup remote Pull Request branches in the
324323
kubernetes repository you are using (i.e. like https://gist.github.com/piscisaureus/3342247).
325-
Specifically, you will be doing this, to the git config you probably already
324+
Specifically, you will be doing this, to the git config you probably already
326325
have for kubernetes:
327326

328327
```

0 commit comments

Comments
 (0)