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, 5 insertions, 0 deletions
diff --git a/compare-build-dirs.sh b/compare-build-dirs.sh
new file mode 100755
index 0000000000..f6806dd422
--- /dev/null
+++ b/compare-build-dirs.sh
@@ -0,0 +1,5 @@
+# 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/