Update test-and-docs.md (#1988)

Apply code style to "hack/make.sh".
This commit is contained in:
Wang Jie 2017-02-28 05:07:06 +08:00 committed by John Mulhausen
parent 3b25aeda0c
commit 1fc4c36b94
1 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ hour. To run the test suite, do the following:
It can take approximate one hour to run all the tests. The time depends
on your host performance. The default timeout is 60 minutes, which is
defined in hack/make.sh(${TIMEOUT:=60m}). You can modify the timeout
defined in `hack/make.sh`(`${TIMEOUT:=60m}`). You can modify the timeout
value on the basis of your host performance. When they complete
successfully, you see the output concludes with something like this:
@ -361,4 +361,4 @@ docs.docker.com, but you will be able to preview the changes.
Congratulations, you have successfully completed the basics you need to
understand the Docker test framework. In the next steps, you use what you have
learned so far to [contribute to Docker by working on an
issue](../workflow/make-a-contribution.md).
issue](../workflow/make-a-contribution.md).