I've recently added new test cases that test bitoin-tx JSON output (https://github.com/bitcoin/bitcoin/pull/8829).
Those tests are run automatically by make check, but it was previously quite difficult to run those tests manually, since the script assumed that OS environment variables had been set. This PR allows the tests to be run manually, and adds documentation explaining how to do that.