autotest: fixed TMPDIR for dump_logs.py

This commit is contained in:
Andrew Tridgell 2013-04-06 17:03:13 +11:00
parent 47cff69c70
commit 5ba4ea88ef
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ import util
os.environ['PYTHONUNBUFFERED'] = '1'
os.putenv('TMPDIR', util.reltopdir('tmp'))
def dump_logs(atype):
'''dump DataFlash logs'''
logfile = '%s.flashlog' % atype