Skip to content

Commit

Permalink
Merge pull request #16 from chrisseaton/test
Browse files Browse the repository at this point in the history
Update btest predicate
  • Loading branch information
chrisseaton authored Aug 4, 2022
2 parents dd206b5 + 97c8dc8 commit 9f04fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstraptest/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ def check_coredump
end

def mmtk?
`#{BT.ruby} -e 'p defined?(GC::MMTk)'`.strip == '"constant"'
`#{BT.ruby} -e 'print (defined?(GC::MMTk.enabled?) && GC::MMTk.enabled?) || false'` == 'true'
end

exit main

0 comments on commit 9f04fc5

Please sign in to comment.