diff options
Diffstat (limited to 'test/util/test_runner.py')
-rwxr-xr-x | test/util/test_runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/util/test_runner.py b/test/util/test_runner.py index 1cd368f6f4..e4a77d53d6 100755 --- a/test/util/test_runner.py +++ b/test/util/test_runner.py @@ -5,7 +5,7 @@ # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test framework for bitcoin utils. -Runs automatically during `make check`. +Runs automatically during `ctest --test-dir build/`. Can also be run manually.""" |