aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorAndrew Or <andrew@databricks.com>2015-05-04 17:17:55 +0100
committerPatrick Wendell <patrick@databricks.com>2015-05-04 17:17:55 +0100
commit5a1a1075a607be683f008ef92fa227803370c45f (patch)
tree2554fde3bf45d54a68f15ddd33e874f19e71cf75 /dev
parent343d3bfafd449a0371feb6a88f78e07302fa7143 (diff)
downloadspark-5a1a1075a607be683f008ef92fa227803370c45f.tar.gz
spark-5a1a1075a607be683f008ef92fa227803370c45f.tar.bz2
spark-5a1a1075a607be683f008ef92fa227803370c45f.zip
[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 <andrew@databricks.com> Closes #5883 from andrewor14/fix-run-tests-typo and squashes the following commits: a3ad720 [Andrew Or] Fix typo?
Diffstat (limited to 'dev')
-rwxr-xr-xdev/run-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/run-tests b/dev/run-tests
index 861d167118..05c63bce4d 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 ""