From 9add2f8ef3a8dbe40a3e51bd94626cdbc77ddeac Mon Sep 17 00:00:00 2001
From: guptar <guptar@mycompany.com>
Date: Wed, 30 Sep 2015 08:43:04 +0000
Subject: [PATCH] fixed a bug related to log directory
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7853 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
cmake_targets/autotests/run_compilation_autotests.bash | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/cmake_targets/autotests/run_compilation_autotests.bash b/cmake_targets/autotests/run_compilation_autotests.bash
index 1fb28cd825..f27d1dcca8 100755
--- a/cmake_targets/autotests/run_compilation_autotests.bash
+++ b/cmake_targets/autotests/run_compilation_autotests.bash
@@ -7,6 +7,8 @@ else
exit 1
fi
+tdir=$OPENAIR_DIR/cmake_targets/autotests
+
results_file=$tdir/log/compilation_autotests.xml
# include the jUnit-like logging functions
@@ -39,7 +41,6 @@ test_compile() {
fi
}
-tdir=$OPENAIR_DIR/cmake_targets/autotests
mkdir -p $tdir/bin $tdir/log
updated=$(svn st -q $OPENAIR_DIR)
--
GitLab