Skip to content
Snippets Groups Projects
Commit bc2482d8 authored by Jean-Baptiste De Vivie De Regie's avatar Jean-Baptiste De Vivie De Regie
Browse files

Merge branch 'tstreble-24.0-patch-19417' into '24.0'

Fix dcubeXml in test_zprime_tide.sh

See merge request !76425
parents 8901bb49 1f8b3ad9
No related branches found
No related tags found
2 merge requests!764862024-12-09: merge of 24.0 into main,!76425Fix dcubeXml in test_zprime_tide.sh
......@@ -64,15 +64,15 @@ if [ $rec_tf_exit_code -eq 0 ] ;then
echo "compare with fixed reference"
$ATLAS_LOCAL_ROOT/dcube/current/DCubeClient/python/dcube.py \
-p -x dcube_idtide \
-c ${dcubeXml_idtide} \
-r ${dcubeRef_idtide} \
-c ${dcubeXml} \
-r ${dcubeRef} \
physval_idtide.ntuple.root
echo "art-result: $? shifter_plots_idtide"
echo "compare with last build"
$ATLAS_LOCAL_ROOT/dcube/current/DCubeClient/python/dcube.py \
-p -x dcube_idtide_last \
-c ${dcubeXml_idtide} \
-c ${dcubeXml} \
-r ${lastref_dir}/physval_idtide.ntuple.root \
physval_idtide.ntuple.root
echo "art-result: $? shifter_plots_idtide_last"
......
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