From 9ef1e1434e10c6cad9dc3385192e3e9e23bdeb0c Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Sun, 14 Apr 2019 22:31:35 +0200 Subject: [PATCH] end on notifications feature --- test/sync_handshake.py | 2 +- test/sync_test.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/sync_handshake.py b/test/sync_handshake.py index fb20c36..7e28a2d 100644 --- a/test/sync_handshake.py +++ b/test/sync_handshake.py @@ -159,7 +159,7 @@ if __name__=="__main__": optParser.add_option("--accept", action="store_false", dest="reject", help="accept device group (default)") optParser.add_option("-E", "--end-on", dest="notifications", - help="end on these notifications") + help="end test on these notifications") options, args = optParser.parse_args() if not options.exec_for: diff --git a/test/sync_test.py b/test/sync_test.py index 03cc160..fdf2a00 100644 --- a/test/sync_test.py +++ b/test/sync_test.py @@ -88,7 +88,7 @@ if __name__ == "__main__": optParser.add_option("-p", "--print", action="store_true", dest="print", help="print sync message trace in inbox") optParser.add_option("-E", "--end-on", dest="notifications", - help="end on these notifications") + help="end test on these notifications") options, args = optParser.parse_args() if options.cleanall: