提交 2ae9490f 编写于 作者: R Rudá Moura

Merge pull request #585 from clebergnu/data_factory_fix

avocado/utils/data_factory.py: replace prefix of temporary directory nam...
......@@ -69,7 +69,7 @@ def make_dir_and_populate(basedir='/tmp'):
:rtype: str
"""
try:
path = tempfile.mkdtemp(prefix='trinity-victims',
path = tempfile.mkdtemp(prefix='avocado-make-dir-and-populate',
dir=basedir)
n_files = _RAND_POOL.randint(100, 150)
for _ in xrange(n_files):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册