| ... | @@ -15,6 +15,7 @@ pub fn main() anyerror!void { | ... | @@ -15,6 +15,7 @@ pub fn main() anyerror!void { |
| 15 | for (test_fn_list) |test_fn, i| { | 15 | for (test_fn_list) |test_fn, i| { |
| 16 | var test_node = root_node.start(test_fn.name, null); | 16 | var test_node = root_node.start(test_fn.name, null); |
| 17 | test_node.activate(); | 17 | test_node.activate(); |
| | 18 | progress.refresh(); |
| 18 | if (test_fn.func()) |_| { | 19 | if (test_fn.func()) |_| { |
| 19 | ok_count += 1; | 20 | ok_count += 1; |
| 20 | test_node.end(); | 21 | test_node.end(); |