Skip to content

Commit

Permalink
Ensure a non-existant UID exits with a non-zero exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Nov 13, 2018
1 parent dcd5f11 commit a9451f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rdm/rdm_responder_test.py
Expand Up @@ -289,7 +289,7 @@ def UIDList(state, uids):
wrapper.Reset()

if not uid_ok:
sys.exit()
sys.exit(1)

test_filter = None
if options.tests is not None:
Expand Down

0 comments on commit a9451f8

Please sign in to comment.