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

Fix typo in test_AtlasG4_CavernBg_EVNT2TR.sh SimCoreTests ART script

Fixing typo pointed out in ATLASSIM-4367.
parent 1e181451
No related branches found
No related tags found
No related merge requests found
......@@ -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=summmary --file=*EVNT.pool.root
art.py compare grid --entries 2 ${ArtPackage} ${ArtJobName} --mode=summary --file=*EVNT.pool.root
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