From 6aa2075facb118264e28f768229270a704135aa4 Mon Sep 17 00:00:00 2001
From: guptar <guptar@mycompany.com>
Date: Sat, 3 Oct 2015 16:46:42 +0000
Subject: [PATCH] change logging directory of compilation test

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7883 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 cmake_targets/autotests/run_compilation_autotests.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake_targets/autotests/run_compilation_autotests.bash b/cmake_targets/autotests/run_compilation_autotests.bash
index 3ffd82bfdb..afe7aa4873 100755
--- a/cmake_targets/autotests/run_compilation_autotests.bash
+++ b/cmake_targets/autotests/run_compilation_autotests.bash
@@ -20,7 +20,7 @@ test_compile() {
     compile_prog=$2
     exec_prog=$3
     build_dir=$tdir/$1/build
-    log_file=$tdir/log/$1.txt
+    log_file=$tdir/log/test.$1.txt
     target=$5
     echo "Compiling test case $test_name. Log file = $log_file"
     rm -fr $build_dir
-- 
GitLab