diff options
Diffstat (limited to 'test/lib/testing.py')
-rw-r--r-- | test/lib/testing.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/testing.py b/test/lib/testing.py index f5babc19c..90e8b7746 100644 --- a/test/lib/testing.py +++ b/test/lib/testing.py @@ -267,6 +267,7 @@ def _is_excluded(db, op, spec): _is_excluded('bigdb', '==', (9,0,9)) _is_excluded('yikesdb', 'in', ((0, 3, 'alpha2'), (0, 3, 'alpha3'))) """ + vendor_spec = db_spec(db) if not vendor_spec(config.db): |