diff --git a/cmake_targets/autotests/run_compilation_autotests.bash b/cmake_targets/autotests/run_compilation_autotests.bash index 3ffd82bfdbdfa6ed76d3d3c000868986680e50de..afe7aa4873ccd3c626a449ef11e9289f5b17ba9e 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