Skip to content

Commit

Permalink
Tool: Fixed the test down problem, when there is empty testcase;
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Sep 18, 2012
1 parent fcd9b23 commit c6ecf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/checkit
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ local function run(tests, callback)
end
test_cnt = ntests
if callback and ntests == 0 then
callback(exit_code, test_cnt, assert_cnt, err_cnt, total_pass_time)
callback(exit_code, test_cnt, assert_cnt, err_cnt, total_elapsed_time)
return
end

Expand Down

0 comments on commit c6ecf7c

Please sign in to comment.