Merge pull request #3297 from orbitalturtle/makefile-case-clarification

MAKEFILE: Clarify what the testcase argument is
This commit is contained in:
Wilmer Paulino 2019-07-11 14:40:29 -07:00 committed by GitHub
commit 5c11dd44d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -114,7 +114,7 @@ Installs the version of [`github.com/btcsuite/btcd`][btcd] specified in
integration test suite.
Arguments:
- `icase=<itestcase>`
- `icase=<itestcase>` (the snake_case version of the testcase name field in the testCases slice (i.e. sweep_coins), not the test func name)
- `timeout=<timeout>`
`lint`