Skip to content
Snippets Groups Projects
Commit 5a1a1075 authored by Andrew Or's avatar Andrew Or Committed by Patrick Wendell
Browse files

[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?
parent 343d3bfa
No related branches found
No related tags found
No related merge requests found
...@@ -236,7 +236,7 @@ echo "=========================================================================" ...@@ -236,7 +236,7 @@ echo "========================================================================="
CURRENT_BLOCK=$BLOCK_PYSPARK_UNIT_TESTS CURRENT_BLOCK=$BLOCK_PYSPARK_UNIT_TESTS
# add path for python 3 in jenkins # 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 ./python/run-tests
echo "" echo ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment