aboutsummaryrefslogtreecommitdiff
path: root/dev/mima
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-06-05 13:06:46 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-06-05 13:06:46 -0700
commitf6143f127db59e7f5a00fd70605f85248869347d (patch)
tree7a8c7f7506459ef43f7cf22d7667fee8c83bd8f3 /dev/mima
parente4c11eef2f64df0b6a432f40b669486d91ca6352 (diff)
downloadspark-f6143f127db59e7f5a00fd70605f85248869347d.tar.gz
spark-f6143f127db59e7f5a00fd70605f85248869347d.tar.bz2
spark-f6143f127db59e7f5a00fd70605f85248869347d.zip
HOTFIX: Remove generated-mima-excludes file after runing MIMA.
This has been causing some false failures on PR's that don't merge correctly. Author: Patrick Wendell <pwendell@gmail.com> Closes #971 from pwendell/mima and squashes the following commits: 1dc80aa [Patrick Wendell] HOTFIX: Remove generated-mima-excludes file after runing MIMA.
Diffstat (limited to 'dev/mima')
-rwxr-xr-xdev/mima1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/mima b/dev/mima
index d409999025..ab6bd4469b 100755
--- a/dev/mima
+++ b/dev/mima
@@ -31,4 +31,5 @@ if [ $ret_val != 0 ]; then
echo "NOTE: Exceptions to binary compatibility can be added in project/MimaExcludes.scala"
fi
+rm -f .generated-mima-excludes
exit $ret_val