mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
Add support for pool/db fixtures, outuput match prepare.
This commit is contained in:
@@ -34,7 +34,7 @@ def run(include_long_tests=False):
|
||||
continue
|
||||
|
||||
t = o()
|
||||
if t.longTest and not include_long_tests:
|
||||
if t.longTest and not include_long_tests or not t.fixture_available():
|
||||
numSkipped += 1
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user