Skip to content

Commit

Permalink
[SPARK-2627] space out test report sections
Browse files Browse the repository at this point in the history
Everything looks cramped and it’s hard to tell at a glance where
sections begin. Adding a blank line between sections should fix that.
  • Loading branch information
nchammas committed Aug 3, 2014
1 parent 21da538 commit a1ce7ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev/run-tests
Expand Up @@ -66,21 +66,25 @@ fi
set -e
set -o pipefail

echo ""
echo "========================================================================="
echo "Running Apache RAT checks"
echo "========================================================================="
dev/check-license

echo ""
echo "========================================================================="
echo "Running Scala style checks"
echo "========================================================================="
dev/lint-scala

echo ""
echo "========================================================================="
echo "Running Python style checks"
echo "========================================================================="
dev/lint-python

echo ""
echo "========================================================================="
echo "Running Spark unit tests"
echo "========================================================================="
Expand All @@ -94,11 +98,13 @@ fi
echo -e "q\n" | sbt/sbt $SBT_MAVEN_PROFILES_ARGS clean package assembly/assembly test | \
grep -v -e "info.*Resolving" -e "warn.*Merging" -e "info.*Including"

echo ""
echo "========================================================================="
echo "Running PySpark tests"
echo "========================================================================="
./python/run-tests

echo ""
echo "========================================================================="
echo "Detecting binary incompatibilites with MiMa"
echo "========================================================================="
Expand Down

0 comments on commit a1ce7ae

Please sign in to comment.