Skip to content
Snippets Groups Projects
Commit 15a5a228 authored by Markus Frank's avatar Markus Frank
Browse files

Try again to find the database

parent 8eb3dc4e
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,10 @@ if test -d ${target}/DDDB; then ...@@ -70,6 +70,10 @@ if test -d ${target}/DDDB; then
echo "DDDB database is already extracted to ${target}. Nothing to do."; echo "DDDB database is already extracted to ${target}. Nothing to do.";
elif test ! -f ${source}; then elif test ! -f ${source}; then
echo "DDDB database tar file $source is not present. [Installation FAILED]"; echo "DDDB database tar file $source is not present. [Installation FAILED]";
echo "ls -laF /builds/CLICdp/DD4hep/examples/DDDB";
ls -laF /builds/CLICdp/DD4hep/examples/DDDB;
echo "ls -laF /builds/CLICdp/DD4hep/examples/DDDB/data";
ls -laF /builds/CLICdp/DD4hep/examples/DDDB/data;
exit 2; # ENOENT exit 2; # ENOENT
else else
mkdir -p ${target}/DDDB; mkdir -p ${target}/DDDB;
......
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