Skip to content

Commit

Permalink
Reset run-tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed May 12, 2015
1 parent bfb9d9f commit 0455eda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ fi
echo "Testing with Python version:"
$PYSPARK_PYTHON --version

#run_core_tests
run_core_tests
run_sql_tests
#run_mllib_tests
#run_ml_tests
#run_streaming_tests
run_mllib_tests
run_ml_tests
run_streaming_tests

# Try to test with Python 3
if [ $(which python3.4) ]; then
Expand Down

0 comments on commit 0455eda

Please sign in to comment.