graaff 15/01/27 19:24:46 Added: testrb-3 Log: Fix the testrb-2 wrapper to work with test-unit 3.x as well. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.1 dev-ruby/test-unit/files/testrb-3 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/files/testrb-3?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/files/testrb-3?rev=1.1&content-type=text/plain Index: testrb-3 =================================================================== #!/usr/bin/env ruby gem 'test-unit', '>= 2.5', '<4' require 'test/unit' (r = Test::Unit::AutoRunner.new(true)).process_args(ARGV) or abort r.options.banner + " tests..." exit r.run
