Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #217 from viliampucik/master
Run tests in alphabetical order to make the testing flow predictive
  • Loading branch information
kraih committed Sep 9, 2011
2 parents 90eaef3 + d6cb77b commit c089bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Command/test.pm
Expand Up @@ -54,7 +54,7 @@ sub run {
}

# Run tests
runtests(@tests);
runtests(sort @tests);
}

1;
Expand Down

0 comments on commit c089bbc

Please sign in to comment.