Skip to content

Commit 7da825a

Browse files
committed
Use bundle exec because the binstub doesn't find sqlite
1 parent bd9aaad commit 7da825a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/run_build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export JRUBY_OPTS='-X-C' # disable JIT since these processes are so short lived
1010
export JAVA_OPTS='-client -XX:+TieredCompilation -XX:TieredStopAtLevel=1'
1111

1212
echo "Running rspec specs"
13-
bin/rspec spec --format progress --profile
13+
bundle exec rspec spec --format progress --profile
1414

1515
echo "Running cucumber specs"
1616
# TODO: it would be nice to figure out how to run the cukes w/o the overhead of

0 commit comments

Comments
 (0)