summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-12 11:58:05 -0600
committermo khan <mo.khan@gmail.com>2020-05-12 11:58:05 -0600
commitb0ccf1bda6e192051ad498451e20531aa5a29367 (patch)
tree9d32c3efd5062642a1cf5ad2617fe8ed866a3f1a /bin
parente5b60f31deeb6c1dd1ddf773ddd743f5fdf6f696 (diff)
Extract index scan to work towards more efficient seeks
Diffstat (limited to 'bin')
-rwxr-xr-xbin/test4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/test b/bin/test
index b49191d..29cca90 100755
--- a/bin/test
+++ b/bin/test
@@ -6,5 +6,7 @@ cd "$(dirname "$0")/.."
export RUBYOPT='-W:no-deprecated'
-bin/compile
+if [ -z "$SKIP_COMPILE" ]; then
+ bin/compile
+fi
bundle exec rspec "$@"