1
0
Fork 0
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:
nobu 2012-11-29 04:39:09 +00:00
parent 0e515efda1
commit 5bb12509a2
11 changed files with 12 additions and 15 deletions

View file

@ -52,4 +52,4 @@ ruby$target:::method-return
eoruby
end
end
end if (`dtrace -V` rescue false)
end if defined?(DTrace::TestCase)