Merge pull request #15300 from l0rd/test-and-docs-fix

Removed `docs-test` from Makefile rules list
This commit is contained in:
Sebastiaan van Stijn 2015-08-04 19:41:48 +02:00
commit 0f49141150

View file

@ -82,10 +82,6 @@ is simply `test`. The make file contains several targets for testing:
<td class="monospaced">test-docker-py</td>
<td>Run the tests for Docker API client.</td>
</tr>
<tr>
<td class="monospaced">docs-test</td>
<td>Runs the documentation test build.</td>
</tr>
</table>
Run the entire test suite on your current repository: