Skip to content

Commit

Permalink
Print text when no tests are run
Browse files Browse the repository at this point in the history
  • Loading branch information
eproxus committed Oct 20, 2017
1 parent 1790252 commit 60cd086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unite_compact.erl
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ print_time(Ms, Case) ->
print_summary(Result, State) ->
case get_all(Result, [pass, fail, skip, cancel]) of
[0, 0, 0, 0] ->
ok;
io:format("0 tests run~n");
[Pass, Fail, Skip, Cancel] ->
Ms = elapsed_milli_seconds(State#s.start),
Time = format_time(Ms),
Expand Down

0 comments on commit 60cd086

Please sign in to comment.