1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* README, README.ja: 'make check' is preferable to 'make test'.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2011-12-16 08:18:40 +00:00
parent d95ce7fc03
commit c17c0030be
3 changed files with 6 additions and 2 deletions

2
README
View file

@ -83,7 +83,7 @@ This is what you need to do to compile and install Ruby:
5. Run make.
6. Optionally, run 'make test' to check whether the compiled Ruby
6. Optionally, run 'make check' to check whether the compiled Ruby
interpreter works well. If you see the message "test succeeded",
your ruby works as it should (hopefully).