diff --git a/cmake_targets/autotests/v2/actions/execution_compile.bash b/cmake_targets/autotests/v2/actions/execution_compile.bash
index 6791e93b0d678f9ab46ebbbe65f6a1e60701fe9a..530447ebcdb0f5639db86138d9f2bab0dc75b9ed 100644
--- a/cmake_targets/autotests/v2/actions/execution_compile.bash
+++ b/cmake_targets/autotests/v2/actions/execution_compile.bash
@@ -3,6 +3,9 @@ source oaienv
 cd cmake_targets
 rm -rf log
 mkdir -p log
+echo $PRE_BUILD
 bash -c "$PRE_BUILD"
+echo $BUILD_PROG $BUILD_ARGUMENTS
 $BUILD_PROG $BUILD_ARGUMENTS
+echo $PRE_EXEC
 bash -c "$PRE_EXEC"