Fix corpus test execution to be deterministic
This commit is contained in:
parent
3d585de69a
commit
20beeb5af8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ describe 'Mutant on ruby corpus' do
|
|||
#
|
||||
def verify
|
||||
checkout
|
||||
Pathname.glob(repo_path.join('**/*.rb')).each do |path|
|
||||
Pathname.glob(repo_path.join('**/*.rb')).sort.each do |path|
|
||||
node = Parser::CurrentRuby.parse(path.read)
|
||||
count = 0
|
||||
Mutant::Mutator::Node.each(node) do |mutant|
|
||||
|
|
Loading…
Add table
Reference in a new issue