From becd4ba5a29c490ab3124aa12e76b15ca398c1d7 Mon Sep 17 00:00:00 2001 From: Cedric Roux <cedric.roux@eurecom.fr> Date: Wed, 27 Nov 2013 16:59:24 +0000 Subject: [PATCH] - 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 --- targets/TEST/OAI/test01.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/TEST/OAI/test01.py b/targets/TEST/OAI/test01.py index 5b437b1064..a9f1024483 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' -- GitLab