Skip to content
Snippets Groups Projects
Commit ac33c4b1 authored by Andrea Valassi's avatar Andrea Valassi
Browse files

Improve comments on logs directory

git-svn-id: file:///git/lcgcool.svndb/cool/trunk@19894 4525493e-7705-40b1-a816-d608a930855b
parent c7d51e32
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ if [ "$?" != "0" ]; then
fi
if [ "$thisPkg" == "CoralTest" ]; then
if [ ! -d logs ]; then
echo "WARNING! Missing logs directory will be checked out from lcgcoral SVN"
echo "WARNING! Missing logs directory ${theLogParentDir}/logs will be checked out from lcgcoral SVN"
svn co svn+ssh://svn.cern.ch/reps/lcgcoral/logs
fi
if [ ! -d logs/qmtestCoral ]; then
......@@ -127,7 +127,7 @@ if [ "$thisPkg" == "CoralTest" ]; then
theQmrDir=${theLogParentDir}/logs/qmtestCoral
else
if [ ! -d logs ]; then
echo "WARNING! Missing logs directory will be checked out from lcgcool SVN"
echo "WARNING! Missing logs directory ${theLogParentDir}/logs will be checked out from lcgcool SVN"
svn co svn+ssh://svn.cern.ch/reps/lcgcool/logs
fi
if [ ! -d logs/qmtestCool ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment