Skip to content

Commit

Permalink
Sort output of dbus monitor script
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Jan 3, 2024
1 parent 0ecceb5 commit 205c829
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 205c829

Please sign in to comment.