From 0f26593c083bd046720b2cfeceebd016d5b46f61 Mon Sep 17 00:00:00 2001
From: John Chapman <jchapman@cern.ch>
Date: Thu, 30 Apr 2020 14:40:17 +0200
Subject: [PATCH] Switching diff-root checks in ISF_Validation RUN3 ART jobs to
 semi-detailed output

---
 Simulation/ISF/ISF_Validation/test/test_RUN3Sym_FullG4_ttbar.sh | 2 +-
 Simulation/ISF/ISF_Validation/test/test_RUN3_FullG4_ttbar.sh    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Simulation/ISF/ISF_Validation/test/test_RUN3Sym_FullG4_ttbar.sh b/Simulation/ISF/ISF_Validation/test/test_RUN3Sym_FullG4_ttbar.sh
index fa3a331a325..acc3a421026 100755
--- a/Simulation/ISF/ISF_Validation/test/test_RUN3Sym_FullG4_ttbar.sh
+++ b/Simulation/ISF/ISF_Validation/test/test_RUN3Sym_FullG4_ttbar.sh
@@ -31,6 +31,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 4 ${ArtPackage} ${ArtJobName}
+art.py compare grid  --entries 4 ${ArtPackage} ${ArtJobName} --mode=semi-detailed
 
 echo  "art-result: $? regression"
diff --git a/Simulation/ISF/ISF_Validation/test/test_RUN3_FullG4_ttbar.sh b/Simulation/ISF/ISF_Validation/test/test_RUN3_FullG4_ttbar.sh
index 2f984a95c59..0086bce19ae 100755
--- a/Simulation/ISF/ISF_Validation/test/test_RUN3_FullG4_ttbar.sh
+++ b/Simulation/ISF/ISF_Validation/test/test_RUN3_FullG4_ttbar.sh
@@ -31,6 +31,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 4 ${ArtPackage} ${ArtJobName}
+art.py compare grid  --entries 4 ${ArtPackage} ${ArtJobName} --mode=semi-detailed
 
 echo  "art-result: $? regression"
-- 
GitLab