Skip to content

Commit

Permalink
final tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Apr 3, 2024
1 parent 26ec1ac commit 1028f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/rascalmpl/interpreter/TestEvaluator.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public static int readIntTag(AbstractFunction test, String key, int defaultVal)

private void runTests(ModuleEnvironment env, List<AbstractFunction> tests) {
testResultListener.start(env.getName(), tests.size());
eval.job("testing", tests.size(), (String jn) -> {
eval.job("Testing " + env.getName(), tests.size(), (String jn) -> {
// first, let's shuffle the tests
var theTests = new ArrayList<>(tests); // just to be sure, clone the list
Collections.shuffle(theTests);
Expand Down

0 comments on commit 1028f72

Please sign in to comment.