1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
331 B

#!/usr/bin/python2
import sys, os, os.path
autodir = os.environ['AUTODIR']
sys.path.insert(0, autodir + '/bin')
from autotest_lib.client.bin import utils
os.chdir('/tmp')
utils.extract_tarball_to_dir(autodir +
'/tests/bonnie/bonnie++-1.03a.tgz',
'poo')