Skip to content
Snippets Groups Projects
Commit f686ff50 authored by Wouter Deconinck's avatar Wouter Deconinck Committed by Wouter Deconinck
Browse files

Ensure ROOT_BUILD_DIR exists

parent 3836f38c
Branches
No related tags found
1 merge request!80Single simulation test on standard reconstruction
......@@ -31,6 +31,9 @@ if [[ "$?" -ne "0" ]] ; then
fi
# Analysis
ls -al ${LOCAL_PREFIX}
ls -al ${ROOT_BUILD_DIR} || true
mkdir -p ${ROOT_BUILD_DIR}
root -l -b -q "benchmarks/single/analyze.cxx+(\"${JUGGLER_REC_FILE}\")"
if [[ "$?" -ne "0" ]] ; then
echo "ERROR analysis failed"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment