There was an error while loading. Please reload this page.
1 parent 692505e commit 2be7771Copy full SHA for 2be7771
1 file changed
prodtests/sim_challenge.sh
@@ -241,7 +241,6 @@ if [ "$doreco" == "1" ]; then
241
242
# let's do some very basic analysis tests (mainly to enlarge coverage in full CI) and enabled when SIM_CHALLENGE_ANATESTING=ON
243
if [[ ${O2DPG_ROOT} && ${SIM_CHALLENGE_ANATESTING} ]]; then
244
- # Efficiency + EventTrackQA to be re-added
245
for t in ${ANATESTLIST:-MCHistograms Efficiency Validation PIDTOF PIDTPC EventTrackQA WeakDecayTutorial}; do
246
${O2DPG_ROOT}/MC/analysis_testing/analysis_test.sh ${t}
247
echo "Return status of ${t}: ${?}"
0 commit comments