Skip to content
Snippets Groups Projects
Commit 8736e0d5 authored by Thomas Strebler's avatar Thomas Strebler
Browse files

Fix dcubeXml in test_zprime_tide.sh

parent 5e4c3ace
No related branches found
No related tags found
1 merge request!76425Fix dcubeXml in test_zprime_tide.sh
Pipeline #9335415 passed
......@@ -60,15 +60,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