diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2012-05-31 10:38:07 +1000 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2012-05-31 10:38:07 +1000 |
commit | 65da3a6566d8e4105962e04240e191f84e8b2993 (patch) | |
tree | 40a0a1232a75cd3246a025f4eb05312906f2ae32 /test/suite/test_schema03.py | |
parent | 9d873b6a5479ce00f773d424d6877b1338cef10b (diff) | |
download | mongo-65da3a6566d8e4105962e04240e191f84e8b2993.tar.gz |
Don't output a summary of scenarios: it confuses recursive tests.
Diffstat (limited to 'test/suite/test_schema03.py')
-rw-r--r-- | test/suite/test_schema03.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/suite/test_schema03.py b/test/suite/test_schema03.py index c28eaed5bdc..ea6a9343ab3 100644 --- a/test/suite/test_schema03.py +++ b/test/suite/test_schema03.py @@ -268,9 +268,9 @@ class test_schema03(wttest.WiredTigerTestCase): # or # scenarios = [ scenarios[0], scenarios[30], scenarios[40] ] - wttest.WiredTigerTestCase.printVerbose(2, 'test_schema03: running ' + \ - str(len(scenarios)) + ' of ' + \ - str(len(all_scenarios)) + ' possible scenarios') + #wttest.WiredTigerTestCase.printVerbose(2, 'test_schema03: running ' + \ + # str(len(scenarios)) + ' of ' + \ + # str(len(all_scenarios)) + ' possible scenarios') # This test requires a large number of open files. # Increase our resource limits before we start |