Skip to content

Commit

Permalink
windows: accept "\" as path separator
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 26, 2016
1 parent a461688 commit 2c211a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/grntest/tester.rb
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ def load_tests(*targets)
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
Expand Down

0 comments on commit 2c211a0

Please sign in to comment.