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…
Reference in New Issue