Skip to content

Commit

Permalink
Fixed newly merged issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryshao committed Apr 10, 2015
1 parent 82c756e commit ee4b919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
# Figure out where the Spark framework is installed
FWDIR="$(cd "`dirname "$0"`"; cd ../; pwd)"

. "$FWDIR"/bin/load-spark-env.sh

# CD into the python directory to find things on the right path
cd "$FWDIR/python"

FAILED=0
LOG_FILE=unit-tests.log

. "$FWDIR"/bin/load-spark-env.sh

rm -f $LOG_FILE

# Remove the metastore and warehouse directory created by the HiveContext tests in Spark SQL
Expand Down

0 comments on commit ee4b919

Please sign in to comment.