diff --git a/targets/TEST/OAI/test01.py b/targets/TEST/OAI/test01.py index 5b437b1064053749a5d995b92eee25b1c8dbeaf3..a9f1024483846605319209b3ab9a4d92c3cf3e8f 100644 --- a/targets/TEST/OAI/test01.py +++ b/targets/TEST/OAI/test01.py @@ -97,7 +97,7 @@ except : test = 'test01' ctime=datetime.datetime.utcnow().strftime("%Y-%m-%d.%Hh%M") logfile = user+'.'+test+'.'+ctime+'.txt' -logdir = 'pre-ci-logs'; +logdir = os.getcwd() + '/pre-ci-logs'; oai.send_nowait('mkdir -p -m 755' + logdir + ';') #print '=================start the ' + test + ' at ' + ctime + '=================\n'