Commit 74b9b11d authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

syntax error in run.stress-tests.py

git-svn-id: file:///svn/toku/tokudb@44991 c7de825b-a66e-492c-adef-691d508d4ae1
parent ee2a2bfd
......@@ -487,7 +487,7 @@ def main(opts):
# never run test_stress_openclose.tdb on existing
# environments, it doesn't want them
if opts.run_upgrade and test != 'test_stress_openclose.tdb'::
if opts.run_upgrade and test != 'test_stress_openclose.tdb':
for version in opts.old_versions:
for pristine_or_stressed in ['pristine', 'stressed']:
upgrade_kwargs = {
......
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