Kouhei Sutou
null+****@clear*****
Tue Apr 26 13:43:07 JST 2016
Kouhei Sutou 2016-04-26 13:43:07 +0900 (Tue, 26 Apr 2016) New Revision: 2c211a0287ac34c0f5bef8dc2e574ec5a08e9bfc https://github.com/groonga/grntest/commit/2c211a0287ac34c0f5bef8dc2e574ec5a08e9bfc Message: windows: accept "\" as path separator Modified files: lib/grntest/tester.rb Modified: lib/grntest/tester.rb (+1 -0) =================================================================== --- lib/grntest/tester.rb 2016-03-20 10:38:36 +0900 (bfe3108) +++ lib/grntest/tester.rb 2016-04-26 13:43:07 +0900 (724b0a5) @@ -345,6 +345,7 @@ module Grntest targets.each do |target| target_path = Pathname(target) next unless target_path.exist? + target_path = target_path.cleanpath if target_path.directory? load_tests_under_directory(tests, target_path) else -------------- next part -------------- HTML����������������������������... Download