Added sort to file list.
This commit is contained in:
parent
3dacc8f683
commit
5c58275c1f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ namespace :test do
|
|||
if !args.opts
|
||||
args.opts = ''
|
||||
end
|
||||
Dir.glob('test/browser/*_test.rb').each { |r|
|
||||
Dir.glob('test/browser/*_test.rb').sort.each { |r|
|
||||
sh "#{args.opts} ruby -Itest #{r}" do |ok, res|
|
||||
raise "Failed test. " + res.inspect if !ok
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue