]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
add timestamps to the log of runQA.sh
authormkrzewic <mikolaj.krzewicki@cern.ch>
Tue, 18 Mar 2014 11:56:17 +0000 (12:56 +0100)
committerhristov <Peter.Hristov@cern.ch>
Thu, 27 Mar 2014 15:25:12 +0000 (16:25 +0100)
PWGPP/QA/scripts/runQA.sh

index fce093fdaec365ba3e27a9e9a3cd5c5e42144be1..bba47d4f3c554b126e7328a1af8a45b3b5f3bb40 100755 (executable)
@@ -76,6 +76,7 @@ updateQA()
   for detectorScript in $ALICE_ROOT/PWGPP/QA/detectorQAscripts/*; do
     echo
     echo "##############################################"
+    echo $(date)
     unset planB
     [[ ! ${detectorScript} =~ .*\.sh$ ]] && continue
     detector=${detectorScript%.sh}
@@ -119,6 +120,7 @@ updateQA()
     declare -A arrOfTouchedProductions
     while read qaFile; do
       echo
+      echo $(date)
       
       #first check if input file exists
       [[ ! -f ${qaFile%\#*} ]] && echo "file ${qaFile%\#*} not accessible" && continue
@@ -203,6 +205,7 @@ updateQA()
       cd ${tmpProductionDir}
       echo
       echo "running period level stuff in ${tmpProductionDir}"
+      echo $(date)
     
       productionDir=${outputDir}/${tmpProductionDir#${tmpPrefix}}
       echo productionDir=${outputDir}/${tmpProductionDir#${tmpPrefix}}