Skip to content

Commit 5a1a107

Browse files
Andrew Orpwendell
authored andcommitted
[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 <[email protected]> Closes apache#5883 from andrewor14/fix-run-tests-typo and squashes the following commits: a3ad720 [Andrew Or] Fix typo?
1 parent 343d3bf commit 5a1a107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ echo "========================================================================="
236236
CURRENT_BLOCK=$BLOCK_PYSPARK_UNIT_TESTS
237237

238238
# add path for python 3 in jenkins
239-
export PATH="${PATH}:/home/anaonda/envs/py3k/bin"
239+
export PATH="${PATH}:/home/anaconda/envs/py3k/bin"
240240
./python/run-tests
241241

242242
echo ""

0 commit comments

Comments
 (0)