From d395737ea4fbcaaa4f26c115fdbff494518c8336 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wouter.deconinck@umanitoba.ca>
Date: Thu, 16 Sep 2021 20:27:38 +0000
Subject: [PATCH] Ensure ROOT_BUILD_DIR exists
---
benchmarks/single/single.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/benchmarks/single/single.sh b/benchmarks/single/single.sh
index cb153366..e5f5106d 100644
--- a/benchmarks/single/single.sh
+++ b/benchmarks/single/single.sh
@@ -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"
--
GitLab