tests: sort the test session file paths before running the tests
parent
faca9e2f06
commit
1fb127ba79
|
@ -58,6 +58,7 @@ pub fn new_test_session(_vargs string) TestSession {
|
|||
}
|
||||
|
||||
pub fn (mut ts TestSession) init() {
|
||||
ts.files.sort()
|
||||
ts.benchmark = benchmark.new_benchmark_no_cstep()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue