mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/dtrace/helper.rb (DTrace::TestCase): check dtrace availability
once. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37969 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0e515efda1
commit
5bb12509a2
11 changed files with 12 additions and 15 deletions
|
@ -52,4 +52,4 @@ ruby$target:::method-return
|
|||
eoruby
|
||||
end
|
||||
end
|
||||
end if (`dtrace -V` rescue false)
|
||||
end if defined?(DTrace::TestCase)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue