Skip to content
Snippets Groups Projects
Commit 4fc258b3 authored by Patricia Mendez Lorenzo's avatar Patricia Mendez Lorenzo
Browse files

test modifications in builds executions

parent 748d40e1
No related branches found
No related tags found
1 merge request!3Experimental
......@@ -21,14 +21,14 @@ rm -rf /tmp/the.lock
env | sort | sed 's/:/:? /g' | tr '?' '\n'
# do the build-----------------------------------------------------
ctest -VV -S $THIS/lcgcmake-build.cmake 2> /dev/null
ctest -VV -S $THIS/lcgcmake-build.cmake
if [ $? -eq 0 ]
then
echo "Successfully created file"
exit 0
else
echo "Could not create file" >&2
echo "Could not create file"
exit 1
fi
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