From 9f7cd7cfdb121b8eefcc60984b96d62987b74d21 Mon Sep 17 00:00:00 2001
From: Juraj Smiesko <juraj.smiesko@cern.ch>
Date: Fri, 22 Apr 2022 15:19:40 +0200
Subject: [PATCH] Adjusting bootstrap script to be able to run all tests

---
 bootstrap.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bootstrap.sh b/bootstrap.sh
index f987f558f..75b66aeae 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -7,7 +7,7 @@
 ########################################################################################################################
 
 
-source ./.dd4hep-ci.d/init_x86_64.sh
+source /cvmfs/sft.cern.ch/lcg/views/LCG_101/x86_64-centos7-gcc11-opt/setup.sh
 
 STRING=$(env LC_CTYPE=C tr -dc "a-zA-Z0-9-_\$\?" < /dev/urandom | head -c 4)
 
@@ -20,11 +20,11 @@ else
 fi
 ninja
 ninja install
-../bin/thisdd4hep.sh
+source ../bin/thisdd4hep.sh
 ctest --output-on-failure -j4
 cd ../examples/
 mkdir build_${STRING}
-cd build
+cd build_${STRING}
 cmake -GNinja ..
 ninja
 ninja install
-- 
GitLab