Skip to content
Snippets Groups Projects
Commit 7c6a2394 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'egammaValidation_add_plot_maker_in_unit_test' into 'master'

Egamma validation add plot maker in unit test

See merge request atlas/athena!39120
parents 662bff82 6d0e0291
No related branches found
No related tags found
No related merge requests found
......@@ -19,5 +19,5 @@ atlas_install_scripts( test/*.sh scripts/*py )
atlas_add_test( ut_egammaARTJob_test
SCRIPT test/ut_egammaARTJob_test.sh
PROPERTIES TIMEOUT 900
PROPERTIES TIMEOUT 1000
)
Reco tf success
Merge success
Plot maker success
......@@ -11,4 +11,12 @@ if AODMerge_tf.py --inputAODFile=Nightly_AOD_electron.pool.root --outputAOD_MRGF
else
echo "Merge failure"
fi
get_files -jo egamma_art_checker_joboptions.py >> /dev/null
if athena -c "particleType='electron'" egamma_art_checker_joboptions.py >> /dev/null 2>&1; then
echo "Plot maker success"
else
echo "Plot maker failure"
fi
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