Commit cd1bd046 authored by Cedric Roux's avatar Cedric Roux

test setup v2: minor: print commands before execution

parent 9bf108c2
...@@ -3,6 +3,9 @@ source oaienv ...@@ -3,6 +3,9 @@ source oaienv
cd cmake_targets cd cmake_targets
rm -rf log rm -rf log
mkdir -p log mkdir -p log
echo $PRE_BUILD
bash -c "$PRE_BUILD" bash -c "$PRE_BUILD"
echo $BUILD_PROG $BUILD_ARGUMENTS
$BUILD_PROG $BUILD_ARGUMENTS $BUILD_PROG $BUILD_ARGUMENTS
echo $PRE_EXEC
bash -c "$PRE_EXEC" bash -c "$PRE_EXEC"
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