Skip to content

Commit 0d2bfae

Browse files
committed
disable simplecov on jruby
Doesn't seem to work at all on 9.1.2.0
1 parent a840218 commit 0d2bfae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function run_specs_and_record_done {
2828

2929
# rspec-core needs to run with a special script that loads simplecov first,
3030
# so that it can instrument rspec-core's code before rspec-core has been loaded.
31-
if [ -f script/rspec_with_simplecov ]; then
31+
if [ -f script/rspec_with_simplecov ] && is_mri; then
3232
rspec_bin=script/rspec_with_simplecov
3333
fi;
3434

0 commit comments

Comments
 (0)