mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Restored the test file discovery pattern.
This commit is contained in:
parent
ac11cfdf2c
commit
bce9f02957
@ -20,7 +20,7 @@ is_enterprise = '1' == getenv('ENTERPRISE', False)
|
||||
|
||||
a = TestLoader()
|
||||
|
||||
tests = a.discover(start_dir='console',pattern='ACL.py')
|
||||
tests = a.discover(start_dir='console',pattern='*.py')
|
||||
|
||||
c = ArticaTestResult()
|
||||
tests.run(c)
|
||||
|
Loading…
x
Reference in New Issue
Block a user