]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fix summary.log creation:
authormkrzewic <mikolaj.krzewicki@cern.ch>
Thu, 26 Jun 2014 11:14:26 +0000 (13:14 +0200)
committermkrzewic <mikolaj.krzewicki@cern.ch>
Thu, 26 Jun 2014 11:15:51 +0000 (13:15 +0200)
use the dir (which always is there, as opposed to an output file) to
extract the run number

PWGPP/benchmark/benchmark.sh

index e7d68633d2ec260c38eaf88ac4f9fcb5cd64efcc..e71dd2e63bf73ba07022ba9bc993dbcfa6f7d00b 100755 (executable)
@@ -2316,7 +2316,7 @@ goMakeSummary()
   echo per run stats:
   /bin/ls -1 ${commonOutputPath}/meta/merge.cpass0.run*.done | while read x 
 do
-  dir=$(goPrintValues calibfile - ${x})
+  dir=$(goPrintValues dir - ${x})
   runNumber=$(guessRunNumber ${dir})
   [[ -z ${runNumber} ]] && continue