Skip to content
Snippets Groups Projects
Commit 149f5ec2 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'RecoTestsNoReturn' into 'master'

RecJobTransformTests: Remove return statement that causes script error

See merge request atlas/athena!28176
parents 141e85a2 380a2baa
No related branches found
No related tags found
No related merge requests found
Showing
with 15 additions and 11 deletions
......@@ -13,4 +13,5 @@ export TRF_ECHO=True; Reco_tf.py '--inputHITSFile=/cvmfs/atlas-nightlies.cern.c
RES=$?
echo "art-result: $RES Reco"
return $RES
......@@ -14,4 +14,4 @@ export TRF_ECHO=True; Reco_tf.py --inputBSFile /cvmfs/atlas-nightlies.cern.ch/re
RES=$?
echo "art-result: $RES Reco"
return $RES
......@@ -13,4 +13,5 @@ export TRF_ECHO=True; Reco_tf.py --inputBSFile /cvmfs/atlas-nightlies.cern.ch/re
RES=$?
echo "art-result: $RES Reco"
return $RES
......@@ -13,4 +13,4 @@ export TRF_ECHO=True; Reco_tf.py --AMIConfig=q220 --preExec 'rec.doDetailedAudit
RES=$?
echo "art-result: $RES Reco"
return $RES
......@@ -12,4 +12,4 @@ export TRF_ECHO=True; Reco_tf.py --AMIConfig=q221 --preExec 'rec.doDetailedAudit
RES=$?
echo "art-result: $RES Reco"
return $RES
......@@ -13,4 +13,4 @@ export TRF_ECHO=True; Reco_tf.py --AMIConfig=q222 --preExec 'rec.doDetailedAudit
RES=$?
echo "art-result: $RES Reco"
return $RES
......@@ -12,4 +12,4 @@ export TRF_ECHO=True; Reco_tf.py --AMIConfig=q223 --preExec 'rec.doDetailedAudit
RES=$?
echo "art-result: $RES Reco"
return $RES
......@@ -13,4 +13,5 @@ export TRF_ECHO=True; Reco_tf.py --inputBSFile /cvmfs/atlas-nightlies.cern.ch/re
RES=$?
echo "art-result: $RES Reco"
return $RES
......@@ -12,4 +12,5 @@ export TRF_ECHO=True; Reco_tf.py --inputBSFile /cvmfs/atlas-nightlies.cern.ch/re
RES=$?
echo "art-result: $RES Reco"
return $RES
......@@ -13,5 +13,5 @@ export TRF_ECHO=True; Reco_tf.py --inputRDOFile /cvmfs/atlas-nightlies.cern.ch/r
RES=$?
echo "art-result: $RES Reco"
return $RES
......@@ -12,4 +12,4 @@ export TRF_ECHO=True; Reco_tf.py --inputRDOFile /cvmfs/atlas-nightlies.cern.ch/r
RES=$?
echo "art-result: $RES Reco"
return $RES
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