Skip to content
Snippets Groups Projects
Commit cd1bd046 authored by Cédric Roux's avatar Cédric Roux
Browse files

test setup v2: minor: print commands before execution

parent 9bf108c2
No related branches found
No related tags found
1 merge request!110Develop integration w06
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment