Commit c4283f87 authored by winckel's avatar winckel

Corrected log directory creation place.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4479 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 681096ed
......@@ -46,7 +46,6 @@ def execute(oai, user, pw, logfile):
case = '01'
logs_dir = 'pre-ci-logs';
oai.send('cd $OPENAIR_TARGETS;')
oai.send('mkdir ' + logs_dir + ';')
try:
test = '00'
......@@ -66,6 +65,7 @@ def execute(oai, user, pw, logfile):
log.ok(case, test, name, conf, '', logfile)
oai.send('cd SIMU/USER;')
oai.send('mkdir ' + logs_dir + ';')
try:
test = '01'
......
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