Commit 9add2f8e authored by guptar's avatar guptar

fixed a bug related to log directory

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7853 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent bc838b14
...@@ -7,6 +7,8 @@ else ...@@ -7,6 +7,8 @@ else
exit 1 exit 1
fi fi
tdir=$OPENAIR_DIR/cmake_targets/autotests
results_file=$tdir/log/compilation_autotests.xml results_file=$tdir/log/compilation_autotests.xml
# include the jUnit-like logging functions # include the jUnit-like logging functions
...@@ -39,7 +41,6 @@ test_compile() { ...@@ -39,7 +41,6 @@ test_compile() {
fi fi
} }
tdir=$OPENAIR_DIR/cmake_targets/autotests
mkdir -p $tdir/bin $tdir/log mkdir -p $tdir/bin $tdir/log
updated=$(svn st -q $OPENAIR_DIR) updated=$(svn st -q $OPENAIR_DIR)
......
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