mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* sample/test.rb: sort files for syntax validataion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
dd4537ad99
commit
fe0598ac82
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun Feb 7 23:12:34 2010 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* sample/test.rb: sort files for syntax validataion.
|
||||
|
||||
Sun Feb 7 23:08:53 2010 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* bootstraptest/runner.rb: sort test files.
|
||||
|
|
|
@ -1941,7 +1941,7 @@ rescue Exception
|
|||
false
|
||||
end
|
||||
|
||||
for script in Dir["#{dir}{lib,sample,ext,test}/**/*.rb"]
|
||||
for script in Dir["#{dir}{lib,sample,ext,test}/**/*.rb"].sort
|
||||
unless valid_syntax? IO::read(script), script
|
||||
STDERR.puts script
|
||||
$bad = true
|
||||
|
|
Loading…
Reference in a new issue