Skip to content

Commit

Permalink
Merge pull request #235 from mulkieran/sort-dbus-monitor-failures
Browse files Browse the repository at this point in the history
Sort output of dbus monitor script
  • Loading branch information
mulkieran authored Jan 3, 2024
2 parents 0ecceb5 + 205c829 commit 08df066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/monitor_dbus_signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,5 +697,5 @@ def _check():
if not result:
sys.exit(0)

print(os.linesep.join(repr(diff) for diff in result))
print(os.linesep.join(sorted(repr(diff) for diff in result)))
sys.exit(1)

0 comments on commit 08df066

Please sign in to comment.