Commit 6aa2075f authored by guptar's avatar guptar

change logging directory of compilation test

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7883 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent f7ce0f48
...@@ -20,7 +20,7 @@ test_compile() { ...@@ -20,7 +20,7 @@ test_compile() {
compile_prog=$2 compile_prog=$2
exec_prog=$3 exec_prog=$3
build_dir=$tdir/$1/build build_dir=$tdir/$1/build
log_file=$tdir/log/$1.txt log_file=$tdir/log/test.$1.txt
target=$5 target=$5
echo "Compiling test case $test_name. Log file = $log_file" echo "Compiling test case $test_name. Log file = $log_file"
rm -fr $build_dir rm -fr $build_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