Repository: spark Updated Branches: refs/heads/master 343d3bfaf -> 5a1a1075a
[MINOR] Fix python test typo? I suspect haven't been using anaconda in tests in a while. I wonder if this change actually does anything but this line as it stands looks strictly less correct. Author: Andrew Or <and...@databricks.com> Closes #5883 from andrewor14/fix-run-tests-typo and squashes the following commits: a3ad720 [Andrew Or] Fix typo? Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/5a1a1075 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/5a1a1075 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/5a1a1075 Branch: refs/heads/master Commit: 5a1a1075a607be683f008ef92fa227803370c45f Parents: 343d3bf Author: Andrew Or <and...@databricks.com> Authored: Mon May 4 17:17:55 2015 +0100 Committer: Patrick Wendell <patr...@databricks.com> Committed: Mon May 4 17:17:55 2015 +0100 ---------------------------------------------------------------------- dev/run-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/5a1a1075/dev/run-tests ---------------------------------------------------------------------- diff --git a/dev/run-tests b/dev/run-tests index 861d167..05c63bc 100755 --- a/dev/run-tests +++ b/dev/run-tests @@ -236,7 +236,7 @@ echo "=========================================================================" CURRENT_BLOCK=$BLOCK_PYSPARK_UNIT_TESTS # add path for python 3 in jenkins -export PATH="${PATH}:/home/anaonda/envs/py3k/bin" +export PATH="${PATH}:/home/anaconda/envs/py3k/bin" ./python/run-tests echo "" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org