DEBSOURCES
Skip Quicknav
sources / ruby-binding-of-caller / 0.7.2%2Bdebian1-3 / debian / ruby-tests.rb
1234567
def run(cmdline) puts cmdline system(cmdline) || exit(1) end ruby = RbConfig::CONFIG['ruby_install_name'] run("#{ruby} -S bacon test/test_*.rb")