summaryrefslogtreecommitdiff
path: root/compare-build-dirs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compare-build-dirs.sh')
-rwxr-xr-xcompare-build-dirs.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/compare-build-dirs.sh b/compare-build-dirs.sh
deleted file mode 100755
index f6806dd422..0000000000
--- a/compare-build-dirs.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-# Compares build directories generated by Ant and sbt build definitions
-# This let's us to see how far are we from achieving perfect parity
-# between the builds
-
-diff -X compare-build-dirs-ignore-patterns -qr build/ build-sbt/