Skip to content
Snippets Groups Projects
Commit 0f26593c authored by John Chapman's avatar John Chapman
Browse files

Switching diff-root checks in ISF_Validation RUN3 ART jobs to semi-detailed output

parent 7d1d60c7
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......@@ -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"
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