Ver código fonte

Merge pull request #2403 from TechEmpower/password-prompt-removal

Remove legacy password_prompt
knewmanTE 8 anos atrás
pai
commit
c5713b21be
2 arquivos alterados com 1 adições e 4 exclusões
  1. 0 1
      benchmark.cfg.example
  2. 1 3
      toolset/run-tests.py

+ 0 - 1
benchmark.cfg.example

@@ -20,7 +20,6 @@ query_levels=[1, 5,10,15,20]
 threads=8
 mode=benchmark
 os=linux
-password_prompt=False
 server_host=127.0.0.1
 sleep=60
 test=None

+ 1 - 3
toolset/run-tests.py

@@ -133,9 +133,7 @@ def main(argv=None):
     parser.add_argument('--database-user', default=databaUser,
                         help='The username to use for SSH to the database instance.  If not provided, defaults to the value of --client-user.')
     parser.add_argument('--database-identity-file', default=dbIdenFile, dest='database_identity_file',
-                        help='The key to use for SSH to the database instance.  If not provided, defaults to the value of --client-identity-file.')
-    parser.add_argument('-p', dest='password_prompt', action='store_true', help='Prompt for password')
-    
+                        help='The key to use for SSH to the database instance.  If not provided, defaults to the value of --client-identity-file.') 
     
     # Install options
     parser.add_argument('--clean', action='store_true', default=False, help='Removes the results directory')