Skip to content
Snippets Groups Projects

Manual sweep of !24657: Fix for test_athena_G4AtlasCosmic (ATLASSIM-4186)

Merged John Derek Chapman requested to merge jchapman/athena:FixATLASSIM-4186_21.3 into 21.3
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -15,6 +15,6 @@ echo "art-result: $? simulation"
# TODO This is a regression test I think.
ArtPackage=$1
ArtJobName=$2
art.py compare grid ${ArtPackage} ${ArtJobName}
art.py compare grid --entries -1 ${ArtPackage} ${ArtJobName}
echo "art-result: $? regression"
Loading