tests.runtests: increase file limit for MacOS unit tests

This commit is contained in:
Justin Findlay 2016-03-03 12:53:17 -07:00
parent 4028d80eee
commit 3a77e7d383

View File

@ -480,6 +480,9 @@ class SaltTestsuiteParser(SaltCoverageTestingParser):
status = []
if self.options.unit:
# MacOS needs more open filehandles for running unit test suite
self.set_filehandle_limits()
results = self.run_suite(
os.path.join(TEST_DIR, 'unit'), 'Unit', '*_test.py'
)