aboutsummaryrefslogtreecommitdiff
path: root/dev/run-tests
diff options
context:
space:
mode:
Diffstat (limited to 'dev/run-tests')
-rwxr-xr-xdev/run-tests18
1 files changed, 9 insertions, 9 deletions
diff --git a/dev/run-tests b/dev/run-tests
index d6935a61c6..561d7fc9e7 100755
--- a/dev/run-tests
+++ b/dev/run-tests
@@ -180,6 +180,15 @@ CURRENT_BLOCK=$BLOCK_BUILD
echo ""
echo "========================================================================="
+echo "Detecting binary incompatibilities with MiMa"
+echo "========================================================================="
+
+CURRENT_BLOCK=$BLOCK_MIMA
+
+./dev/mima
+
+echo ""
+echo "========================================================================="
echo "Running Spark unit tests"
echo "========================================================================="
@@ -227,12 +236,3 @@ echo "========================================================================="
CURRENT_BLOCK=$BLOCK_PYSPARK_UNIT_TESTS
./python/run-tests
-
-echo ""
-echo "========================================================================="
-echo "Detecting binary incompatibilities with MiMa"
-echo "========================================================================="
-
-CURRENT_BLOCK=$BLOCK_MIMA
-
-./dev/mima