Skip to content

Commit

Permalink
[#93] Remove redundant CLI options in test hook
Browse files Browse the repository at this point in the history
  • Loading branch information
alanking committed Jun 3, 2022
1 parent 767a025 commit ffe953a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions irods_consortium_continuous_integration_test_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ def main():
parser = optparse.OptionParser()
parser.add_option('--output_root_directory', help='Path to the directory where logs and other files are written to.')
parser.add_option('--built_packages_root_directory', help='Path to directory containing the audit plugin package.')
parser.add_option('--output_root_directory')
parser.add_option('--built_packages_root_directory')
parser.add_option('--message_broker', default='apache-activemq-5.14.1', help='MQ server package name that needs to be tested.')
parser.add_option('--test', metavar='dotted name')
parser.add_option('--skip-setup', action='store_false', dest='do_setup', default=True)
Expand Down

0 comments on commit ffe953a

Please sign in to comment.