Browse Source

end on notifications feature

PYADPT-55
Volker Birk 6 years ago
parent
commit
9ef1e1434e
  1. 2
      test/sync_handshake.py
  2. 2
      test/sync_test.py

2
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:

2
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:

Loading…
Cancel
Save