Repository: spark Updated Branches: refs/heads/master a8ea09683 -> 91dc3dfd7
[MINOR] [DOCS] Fix the link to test building info on the wiki Author: Sean Owen <[email protected]> Closes #6063 from srowen/FixRunningTestsLink and squashes the following commits: db62018 [Sean Owen] Fix the link to test building info on the wiki Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/91dc3dfd Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/91dc3dfd Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/91dc3dfd Branch: refs/heads/master Commit: 91dc3dfd77126afbb894a783b7201b87b59f73cb Parents: a8ea096 Author: Sean Owen <[email protected]> Authored: Tue May 12 00:25:43 2015 +0100 Committer: Sean Owen <[email protected]> Committed: Tue May 12 00:25:43 2015 +0100 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/91dc3dfd/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index c3afc4d..9c09d40 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ can be run using: ./dev/run-tests Please see the guidance on how to -[run all automated tests](https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark#ContributingtoSpark-AutomatedTesting). +[run tests for a module, or individual tests](https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools). ## A Note About Hadoop Versions --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
