Browse Source

resolves issue #1140

Ubuntu 8 years ago
parent
commit
307b66a3a5
2 changed files with 1 additions and 4 deletions
  1. 0 1
      benchmark.cfg.example
  2. 1 3
      toolset/run-tests.py

+ 0 - 1
benchmark.cfg.example

@@ -21,7 +21,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

@@ -134,9 +134,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('--install', choices=['client', 'database', 'server', 'all'], default=None,