Commit becd4ba5 authored by Cedric Roux's avatar Cedric Roux

- Output all logs files for pre-ci in SIMU/USER/pre-ci-logs

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4538 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent ca187dcc
......@@ -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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment