File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 49d6d1bbb893d05f397ed7a5ae9c51bc1352ccf6
2
+ refs/heads/master: 8967a6672477dce9fb8e765b07df4e54615cf265
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -107,7 +107,8 @@ fn run_tests_console(opts: test_opts,
107
107
alt event {
108
108
te_filtered( filtered_tests) {
109
109
st. total = vec:: len( filtered_tests) ;
110
- st. out. write_line( #fmt[ "\n running %u tests" , st. total] ) ;
110
+ let noun = if st. total != 1 u { "tests" } else { "test" } ;
111
+ st. out . write_line ( #fmt[ "\n running %u %s" , st. total , noun] ) ;
111
112
}
112
113
te_wait( test) { st. out. write_str( #fmt[ "test %s ... " , test. name] ) ; }
113
114
te_result( test, result) {
You can’t perform that action at this time.
0 commit comments