aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-10-19 16:46:17 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-10-19 23:11:29 +0100
commit21b9f6f3c75318f22541942353f60bd133e01ba3 (patch)
treedfc7d8105c703cac8340a9c29e2780168af0222a /README.md
parentMerge pull request #2601 (diff)
downloadmonero-21b9f6f3c75318f22541942353f60bd133e01ba3.tar.xz
always use core_tests for consistency, not coretests
Other tests use unit_tests, performance_tests, etc. This fixes getting it wrong half the time when typing.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f9c52a6d8..e33bfaec1 100644
--- a/README.md
+++ b/README.md
@@ -212,7 +212,7 @@ invokes cmake commands as needed.
make release-test
- *NOTE*: `coretests` test may take a few hours to complete.
+ *NOTE*: `core_tests` test may take a few hours to complete.
* **Optional**: to build binaries suitable for debugging: