Commit fe919603 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

quick syntax fix to stress test script


git-svn-id: file:///svn/toku/tokudb@52358 c7de825b-a66e-492c-adef-691d508d4ae1
parent ef40a963
......@@ -689,7 +689,7 @@ if __name__ == '__main__':
default='/tmp/run.stress-tests.failures',
help='where to save environments and extra data for failed tests')
parser.add_option('--email', action='append', type='string', dest='email', default=[], help='where to send emails')
parser.add_option('--no-email', action'store_false', dest='send_emails', default=True, help='suppress emails on failure')
parser.add_option('--no-email', action='store_false', dest='send_emails', default=True, help='suppress emails on failure')
default_toplevel = os.path.dirname(os.path.dirname(a0))
parser.add_option('--tokudb', type='string', dest='tokudb',
default=default_toplevel,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment