Skip to content

Commit

Permalink
Merge pull request avocado-framework#5803 from clebergnu/avocado_jobs…
Browse files Browse the repository at this point in the history
…_show_errors

Signed-off-by: Jan Richter <[email protected]>
  • Loading branch information
richtja authored Nov 16, 2023
2 parents bf5fb7d + a78684d commit 1e8315e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avocado/plugins/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def handle_show_command(self, config):
)
results %= (
results_data.get("pass", 0),
results_data.get("error", 0),
results_data.get("errors", 0),
results_data.get("failures", 0),
results_data.get("skip", 0),
results_data.get("warn", 0),
Expand Down

0 comments on commit 1e8315e

Please sign in to comment.