Skip to content
Snippets Groups Projects

Manual sweep of !28252 from 21.3 to 21.0: Use only diff-root in regression test. Fixes ATLASSIM-4346

Merged John Derek Chapman requested to merge cherry-pick-97ba4ff0 into 21.0
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -29,6 +29,6 @@ echo "art-result: $? simulation"
ArtPackage=$1
ArtJobName=$2
# TODO This is a regression test I think. We would also need to compare these files to fixed references
art.py compare grid --entries 2 ${ArtPackage} ${ArtJobName} --mode=summary --file=*EVNT.pool.root
art.py compare grid --entries 2 ${ArtPackage} ${ArtJobName} --mode=summary --diff-root --file=*EVNT.pool.root
echo "art-result: $? regression"
Loading